4 lines
50 B
GLSL
4 lines
50 B
GLSL
void main() {
|
|
gl_FragColor = vec4(1,0,1,1);
|
|
}
|
void main() {
|
|
gl_FragColor = vec4(1,0,1,1);
|
|
}
|