mirror of
https://github.com/Lorenzooone/cc3dsfs.git
synced 2025-06-18 16:45:39 -04:00
6 lines
101 B
GLSL
6 lines
101 B
GLSL
uniform sampler2D Texture0;
|
|
|
|
void main() {
|
|
gl_FragColor = texture2D(Texture0, gl_TexCoord[0].xy);
|
|
}
|