test-kivy-app/kivy_venv/lib/python3.11/site-packages/kivy/data/glsl/header.fs

13 lines
229 B
Forth
Raw Normal View History

2024-09-15 12:12:16 +00:00
#ifdef GL_ES
precision highp float;
#endif
/* Outputs from the vertex shader */
varying vec4 frag_color;
varying vec2 tex_coord0;
/* uniform texture samplers */
uniform sampler2D texture0;
uniform mat4 frag_modelview_mat;