You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
perf(camera): build view matrix directly into out buffer
Avoids getViewMatrix using the module-private tmpMatrix as scratch and also lets
callers pass that same tmpMatrix in as the output buffer, which required
a `result != tmpMatrix` guard and a "out can be tmpMatrix" caveat.