7 lines
93 B
GLSL
7 lines
93 B
GLSL
#version 330 core
|
|
|
|
void main()
|
|
{
|
|
// Depth is automatically written to the depth buffer
|
|
}
|