Use ESSL 1.0 for EGLRenderer shaders

We still ostensibly support GLES 2.0 GPUs.
This commit is contained in:
Cameron Gutman
2025-12-27 22:56:20 -06:00
parent 249c29b74c
commit d1f43ca258
8 changed files with 15 additions and 40 deletions
+1
View File
@@ -1,4 +1,5 @@
precision mediump float;
uniform sampler2D uTexture;
varying vec2 vTexCoord;