LBRY-Vault/gui/kivy/data/glsl/default.fs
2016-01-27 20:21:20 +05:30

4 lines
94 B
GLSL

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