Files
axyz/resources/Shaders/Shadow.frag.glsl
T

11 lines
78 B
GLSL

#version 430
layout(location = 0 ) out float ShadowMap;
void main()
{
}