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