We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c9fba6 commit b27e98aCopy full SHA for b27e98a
src/rlgl.h
@@ -4550,6 +4550,7 @@ static void rlLoadShaderDefault(void)
4550
#endif
4551
#if defined(GRAPHICS_API_OPENGL_ES2)
4552
"#version 100 \n"
4553
+ "precision mediump float; \n" // Precision required for OpenGL ES2 (WebGL) (on some browsers)
4554
"attribute vec3 vertexPosition; \n"
4555
"attribute vec2 vertexTexCoord; \n"
4556
"attribute vec4 vertexColor; \n"
0 commit comments