6 lines
81 B
GLSL
6 lines
81 B
GLSL
|
#version 330 core
|
||
|
void main()
|
||
|
{
|
||
|
// No color output; only depth is recorded
|
||
|
}
|