diff --git a/shaders.txt b/shaders.txt index cb99397..9cc0f20 100644 --- a/shaders.txt +++ b/shaders.txt @@ -28,6 +28,7 @@ main (void) //== //== Composite Rectangle Vertex Shader +precision mediump float; attribute vec2 pos; attribute vec2 texcoord; varying vec2 v_texcoord;