mirror of
https://github.com/LucasDower/ObjToSchematic.git
synced 2025-01-06 10:44:31 +08:00
8 lines
93 B
Forth
8 lines
93 B
Forth
|
precision mediump float;
|
||
|
|
||
|
varying vec4 v_colour;
|
||
|
|
||
|
void main() {
|
||
|
gl_FragColor = v_colour;
|
||
|
}
|