Unverified Commit 2d5421b8 by jamesRumbleh Committed by GitHub

Merge pull request #43 from hliatis/glassfixes

Fix mismatched precision in EffectReflectionRefraction
parents 3664fbd6 00af5dbb
......@@ -17,7 +17,7 @@ layout(location = 1) in mediump vec3 inNormal;
layout(location = 0) out highp vec3 ReflectDir;
layout(location = 1) out highp vec3 RefractDir;
layout(location = 2) out mediump float ReflectFactor;
layout(location = 2) out highp float ReflectFactor;
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