7 lines
89 B
Plaintext
7 lines
89 B
Plaintext
![]() |
uniform sampler2D tex1;
|
||
|
|
||
|
void main()
|
||
|
{
|
||
|
gl_FragColor = texture2D(tex1, gl_Color.xy);
|
||
|
}
|