RobustToolbox icon indicating copy to clipboard operation
RobustToolbox copied to clipboard

Fix inverse vec2 allocations

Open metalgearsloth opened this issue 3 years ago • 0 comments
trafficstars

It's just a 2x2 matrix so we can just use a vec4.

Profiled in debug but still, Vec4 is gonna be better than an array on release.

image

metalgearsloth avatar Oct 16 '22 00:10 metalgearsloth