GLSLCompat.glsllib: fix incorrect preprocessor define

This commit is contained in:
Kirill Vainer 2015-09-14 23:02:31 -04:00
parent 6970c8db8a
commit aee7d1f195

View File

@ -1,4 +1,4 @@
#if defined _GL_ES_
#if defined GL_ES
# define hfloat highp float
# define hvec2 highp vec2
# define hvec3 highp vec3