This repository has been archived on 2025-01-28. You can view files and clone it, but cannot push or open issues or pull requests.
PyBitmessage-2025-01-28/mockenv/lib/python3.6/site-packages/kivy/data/glsl/default.fs
2022-07-22 16:13:59 +05:30

5 lines
94 B
GLSL

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