mirror of
https://github.com/LucasDower/ObjToSchematic.git
synced 2024-12-21 03:09:14 +08:00
8 lines
93 B
GLSL
8 lines
93 B
GLSL
precision mediump float;
|
|
|
|
varying vec4 v_colour;
|
|
|
|
void main() {
|
|
gl_FragColor = v_colour;
|
|
}
|