kivy:Improve startup speed
This commit is contained in:
10
gui/kivy/data/glsl/header.fs
Normal file
10
gui/kivy/data/glsl/header.fs
Normal file
@@ -0,0 +1,10 @@
|
||||
#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;
|
||||
Reference in New Issue
Block a user