mirror of
https://github.com/JoeyDeVries/LearnOpenGL.git
synced 2026-01-30 20:13:22 +08:00
6 lines
85 B
GLSL
6 lines
85 B
GLSL
#version 330 core
|
|
|
|
void main()
|
|
{
|
|
// gl_FragDepth = gl_FragCoord.z;
|
|
} |