Files
maszyna/shaders/map.frag
2018-10-16 20:32:45 +02:00

9 lines
102 B
GLSL

#include <common>
layout(location = 0) out vec4 out_color;
void main()
{
out_color = vec4(1.0f);
}