mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2026-04-23 15:12:54 +00:00
8 lines
114 B
GLSL
8 lines
114 B
GLSL
#version 450 core
|
|
|
|
layout (location = 0) in vec4 clear_colour;
|
|
|
|
void main()
|
|
{
|
|
gl_FragDepth = clear_colour.x;
|
|
} |