mirror of
https://github.com/OpenMW/openmw.git
synced 2025-01-21 07:53:53 +00:00
GLSL ES: precision qualifiers are required
This commit is contained in:
parent
1e7cf4ae1c
commit
cc747d8ae4
1 changed files with 5 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue