gl01/internal/asset/shader/world/shadowmap.frag

7 lines
66 B
GLSL
Raw Normal View History

2022-01-20 21:58:50 +08:00
#version 330
void main() {
// gl_FragDepth = gl.FragCoord.z;
}