1
0
mirror of https://github.com/Ryujinx/Ryujinx.git synced 2025-01-13 11:41:57 -08:00
Ryujinx/src/Ryujinx.Graphics.OpenGL
riperiperi 57d8afd0c9
OpenGL: Mask out all color outputs with no fragment shader ()
* OpenGL: Mask out all color outputs with no fragment shader

This appears to match Vulkan's behaviour, which is needed for stencil shadows in Penny's Big Breakaway. It's far from the only issue, you can try the Full Bindless PR if you want to see it in a more intact state.

* Remove unused member
2024-02-22 18:43:19 +01:00
..