workaround for angle project issue 7245, safari, iOS

(cherry picked from commit 1ed1a3067b)
This commit is contained in:
Jordan Schidlowsky 2022-08-23 20:51:07 -06:00 committed by Rémi Verschelde
parent d92b207189
commit 6a6d595286

View file

@ -211,7 +211,7 @@ VERTEX_SHADER_CODE
xform = transpose(xform);
out_velocity_active.a = mix(0.0, 1.0, shader_active);
out_velocity_active.a = float(shader_active);
out_xform_1 = xform[0];
out_xform_2 = xform[1];