Themaister / parallel-rdp

A low-level Vulkan compute emulation of the N64 RDP
MIT License
156 stars 15 forks source link

DX11 for non-Vulkan GPUs #33

Closed TorutheRedFox closed 2 years ago

TorutheRedFox commented 2 years ago

DX11 also supports compute shaders and has much wider GPU compatibility, plus on a lot of GPUs is faster than any other graphics API (due to lazy implementations, some companies were too lazy to even implement Vulkan at all for a long time) so I guess it makes sense, especially for systems that'd benefit the most from the speed boost (like my mid-2012 MacBook Pro lol)

Themaister commented 2 years ago

DX11 is far from capable enough.

TorutheRedFox commented 2 years ago

huh

sucks that Vulkan support is so spotty