1
1
mirror of https://github.com/ryujinx-mirror/ryujinx.git synced 2025-02-03 05:22:59 -06:00
ryujinx/src/Ryujinx.Graphics.Vulkan
riperiperi 698e36bbd2
Vulkan: Force topology to PatchList for Tessellation (#7102)
Vulkan spec states that input topology should always be PatchList when a tessellation pipeline is present. The AMD GPU on windows crashes so hard it BSODs the machine if this isn't the case, so it's forced here just in case.

I'm not sure what providing a different topology here would even do, as you'd think it would always be a patch list input.
2024-07-30 21:48:30 -03:00
..