1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-01-29 21:45:32 +00:00

GLSL ES: precision qualifiers are required

This commit is contained in:
scrawl 2013-05-25 04:23:07 +02:00
parent 1e7cf4ae1c
commit cc747d8ae4

View file

@ -64,6 +64,11 @@
@version 120
#if SH_GLSLES == 1
precision mediump int;
precision mediump float;
#endif
#define float2 vec2
#define float3 vec3
#define float4 vec4