mirror of
https://github.com/Ttanasart-pt/Pixel-Composer.git
synced 2025-02-12 21:25:17 +01:00
6 lines
99 B
GLSL
6 lines
99 B
GLSL
varying vec2 v_vTexCoord;
|
|
|
|
void main()
|
|
{
|
|
gl_FragColor = texture2D(gm_BaseTexture, v_vTexCoord);
|
|
}
|