MCPcopy Create free account
hub / github.com/DGVPSH/SlackOpen / invertMat4FBFA

Method invertMat4FBFA

src/main/java/net/optifine/shaders/SMath.java:60–65  ·  view source on GitHub ↗
(FloatBuffer fbInvOut, FloatBuffer fbMatIn, float[] faInv, float[] faMat)

Source from the content-addressed store, hash-verified

58 }
59
60 static void invertMat4FBFA(FloatBuffer fbInvOut, FloatBuffer fbMatIn, float[] faInv, float[] faMat)
61 {
62 fbMatIn.get(faMat);
63 invertMat4(faInv, faMat);
64 fbInvOut.put(faInv);
65 }
66}

Callers 2

setCameraMethod · 0.95
setCameraShadowMethod · 0.95

Calls 3

invertMat4Method · 0.95
getMethod · 0.65
putMethod · 0.65

Tested by

no test coverage detected