mirror of
https://github.com/OpenMW/openmw.git
synced 2025-02-06 09:15:33 +00:00
highp is not available in version 120
This commit is contained in:
parent
668be586cd
commit
915eaa4c91
1 changed files with 1 additions and 1 deletions
|
@ -75,7 +75,7 @@ namespace fx
|
|||
|
||||
uniform @builtinSampler omw_SamplerLastShader;
|
||||
uniform @builtinSampler omw_SamplerLastPass;
|
||||
uniform highp @builtinSampler omw_SamplerDepth;
|
||||
uniform @builtinSampler omw_SamplerDepth;
|
||||
uniform @builtinSampler omw_SamplerNormals;
|
||||
|
||||
uniform vec4 omw_PointLights[@pointLightCount];
|
||||
|
|
Loading…
Reference in a new issue