forked from mirror/ObjToSchematic
8 lines
93 B
GLSL
8 lines
93 B
GLSL
precision mediump float;
|
|
|
|
varying vec4 v_colour;
|
|
|
|
void main() {
|
|
gl_FragColor = v_colour;
|
|
}
|