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