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