5 lines
94 B
Forth
5 lines
94 B
Forth
|
$HEADER$
|
||
|
void main (void){
|
||
|
gl_FragColor = frag_color * texture2D(texture0, tex_coord0);
|
||
|
}
|