mirror of
https://github.com/Ttanasart-pt/Pixel-Composer.git
synced 2024-12-26 06:56:45 +01:00
5 lines
71 B
GLSL
5 lines
71 B
GLSL
varying vec4 v_vColour;
|
|
|
|
void main() {
|
|
gl_FragColor = v_vColour;
|
|
}
|