7 lines
66 B
GLSL
7 lines
66 B
GLSL
#version 330
|
|
|
|
void main() {
|
|
// gl_FragDepth = gl.FragCoord.z;
|
|
}
|
|
|