7cbe8acf30
Now the code is being compiled through .lib files!
8 lines
104 B
GLSL
8 lines
104 B
GLSL
#version 430
|
|
in vec4 fragment_color;
|
|
|
|
out vec4 frag_color;
|
|
void main()
|
|
{
|
|
frag_color = fragment_color;
|
|
} |