mirror of
https://github.com/TES3MP/TES3MP.git
synced 2025-09-27 23:21:20 -04:00
GLSLES: only the fragment shader needs precision explicitely set.
This commit is contained in:
parent
cc747d8ae4
commit
c2c88acc7b
@ -64,7 +64,7 @@
|
||||
|
||||
@version 120
|
||||
|
||||
#if SH_GLSLES == 1
|
||||
#if SH_GLSLES == 1 && SH_FRAGMENT_SHADER
|
||||
precision mediump int;
|
||||
precision mediump float;
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user