1
0
Fork 0
fgdata/Shaders/HDR/model_shadow.frag

9 lines
104 B
GLSL
Raw Normal View History

2021-04-10 09:14:16 +00:00
#version 330 core
layout(location = 0) out vec4 fragColor;
2021-04-10 09:14:16 +00:00
void main()
{
fragColor = vec4(1.0);
}