Some checks failed
studiorailgun/Renderer/pipeline/head There was a failure building this commit
8 lines
99 B
GLSL
8 lines
99 B
GLSL
#version 330 core
|
|
out vec4 FragColor;
|
|
|
|
uniform vec4 color;
|
|
|
|
void main(){
|
|
FragColor = color;
|
|
} |