mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2026-05-11 15:55:47 +00:00
Implement support for masked stencil clears on Vulkan (#5589)
* Implement support for masked stencil clears on Vulkan * PR feedback
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
#version 450 core
|
||||
|
||||
layout (location = 0) in vec4 clear_colour;
|
||||
|
||||
void main()
|
||||
{
|
||||
gl_FragDepth = clear_colour.x;
|
||||
}
|
||||
Binary file not shown.
Reference in New Issue
Block a user