Files
MementoMori/kivy/data/glsl/default.fs
thatscringebro abd15f28b6 Ajout du GUI
2022-08-08 16:31:52 -04:00

5 lines
94 B
GLSL

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