ObjToSchematic/res/shaders/debug_fragment.fs
2022-05-14 17:41:27 +01:00

8 lines
93 B
GLSL

precision mediump float;
varying vec4 v_colour;
void main() {
gl_FragColor = v_colour;
}