6 lines
65 B
GLSL
6 lines
65 B
GLSL
#version 150
|
|
|
|
void main() {
|
|
gl_FragDepth = gl_FragCoord.z;
|
|
}
|