Commit 00af5dbb by Hernan Liatis

Fix mismatched precision in EffectReflectionRefraction

parent 3664fbd6
...@@ -17,7 +17,7 @@ layout(location = 1) in mediump vec3 inNormal; ...@@ -17,7 +17,7 @@ layout(location = 1) in mediump vec3 inNormal;
layout(location = 0) out highp vec3 ReflectDir; layout(location = 0) out highp vec3 ReflectDir;
layout(location = 1) out highp vec3 RefractDir; layout(location = 1) out highp vec3 RefractDir;
layout(location = 2) out mediump float ReflectFactor; layout(location = 2) out highp float ReflectFactor;
void main() void main()
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment