7 lines
119 B
GLSL
7 lines
119 B
GLSL
#version 430
|
|
|
|
void main()
|
|
{
|
|
// This happens implicitly anyways
|
|
// gl_FragDepth = gl_FragCoord.z;
|
|
} |