mirror of
https://github.com/lubosz/overte.git
synced 2025-04-07 14:22:06 +02:00
Material precision on GL ES fix not needed anymore
This commit is contained in:
parent
8c96d2be3c
commit
a363041482
1 changed files with 0 additions and 3 deletions
|
@ -13,9 +13,6 @@
|
|||
|
||||
// The material values (at least the material key) must be precisely bitwise accurate
|
||||
// to what is provided by the uniform buffer, or the material key has the wrong bits
|
||||
#ifdef GL_ES
|
||||
precision highp float;
|
||||
#endif
|
||||
|
||||
struct Material {
|
||||
PRECISIONQ vec4 _emissiveOpacity;
|
||||
|
|
Loading…
Reference in a new issue