6 lines
84 B
GLSL
6 lines
84 B
GLSL
#version 330 core
|
|
|
|
void main()
|
|
{
|
|
gl_FragDepth = gl_FragCoord.z;
|
|
} |