mirror of
https://github.com/Ttanasart-pt/Pixel-Composer.git
synced 2024-12-27 23:46:56 +01:00
6 lines
71 B
Text
6 lines
71 B
Text
|
varying vec4 v_vColour;
|
||
|
|
||
|
void main() {
|
||
|
gl_FragColor = v_vColour;
|
||
|
}
|