mirror of
https://github.com/Ttanasart-pt/Pixel-Composer.git
synced 2025-01-27 21:38:33 +01:00
6 lines
68 B
GLSL
6 lines
68 B
GLSL
varying vec4 v_vColour;
|
|
|
|
void main()
|
|
{
|
|
gl_FragColor = v_vColour;
|
|
}
|