7 lines
82 B
GLSL
Vendored
7 lines
82 B
GLSL
Vendored
#version 450
|
|
|
|
// We only write depth, so this shader does nothing
|
|
void main()
|
|
{
|
|
}
|