mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 04:18:12 +02:00
Fix additional highp
This commit is contained in:
parent
e3e45e16c1
commit
08e52e5ef3
1 changed files with 0 additions and 3 deletions
|
@ -34,9 +34,6 @@ out vec4 _fragColor;
|
||||||
|
|
||||||
void main(void) {
|
void main(void) {
|
||||||
Material mat = getMaterial();
|
Material mat = getMaterial();
|
||||||
#ifdef GL_ES
|
|
||||||
highp
|
|
||||||
#endif
|
|
||||||
BITFIELD matKey = getMaterialKey(mat);
|
BITFIELD matKey = getMaterialKey(mat);
|
||||||
<$fetchMaterialTexturesCoord0(matKey, _texCoord0, albedoTex, roughnessTex, _SCRIBE_NULL, _SCRIBE_NULL, emissiveTex)$>
|
<$fetchMaterialTexturesCoord0(matKey, _texCoord0, albedoTex, roughnessTex, _SCRIBE_NULL, _SCRIBE_NULL, emissiveTex)$>
|
||||||
<! <$fetchMaterialTexturesCoord1(matKey, _texCoord1, occlusionTex)$> !>
|
<! <$fetchMaterialTexturesCoord1(matKey, _texCoord1, occlusionTex)$> !>
|
||||||
|
|
Loading…
Reference in a new issue