Files
2026-06-23 15:20:56 +02:00

5 lines
94 B
GLSL

$HEADER$
void main (void){
gl_FragColor = frag_color * texture2D(texture0, tex_coord0);
}