Fix precision on samsung

This commit is contained in:
zbyv 2026-03-23 21:46:53 +01:00
parent 6516e6caf4
commit 9bf90cee69

View File

@ -9,7 +9,7 @@
#else #else
#define GLSL_VERSION \ #define GLSL_VERSION \
"#version 300 es\n" \ "#version 300 es\n" \
"precision mediump float;\n" \ "precision highp float;\n" \
"\n" "\n"
#endif #endif