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