5 lines
80 B
GLSL
5 lines
80 B
GLSL
|
out vec4 fragColor;
|
||
|
|
||
|
void main() {
|
||
|
fragColor = vec4(0.318,0.373,1.000,1.000);
|
||
|
}
|