11 lines
78 B
GLSL
11 lines
78 B
GLSL
#version 430
|
|
|
|
layout(location = 0 ) out float ShadowMap;
|
|
|
|
void main()
|
|
{
|
|
|
|
}
|
|
|
|
|