mirror of
https://git.ryujinx.app/projects/Kenji-NX.git
synced 2026-09-21 18:21:13 +02: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;
|
|
} |