glcanvas/fragment.glsl

4 lines
61 B
GLSL

void main() {
gl_FragColor = vec4(1.0, 1.0, 1.0, 1.0);
}