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