6 lines
73 B
GLSL
6 lines
73 B
GLSL
#version 330 core
|
|
|
|
void main(void) {
|
|
// Only standard depth calc.
|
|
}
|