8 lines
94 B
GLSL
8 lines
94 B
GLSL
#version 330 core
|
|
|
|
void main()
|
|
{
|
|
// This is implicit:
|
|
// gl_FragDepth = gl_FragCoord.z;
|
|
}
|