vumichien's picture
First commit
b4c8bc3
raw history blame
No virus
85 Bytes
#version 330 core
out vec4 frag_color;
void main()
{
frag_color = vec4(1.0);
}