3 lines
59 B
GLSL
Executable file
3 lines
59 B
GLSL
Executable file
void main(){
|
|
color = texture( myTextureSampler, UV );
|
|
} |