MCPcopy Create free account
hub / github.com/GRAnimated/MinecraftLCE / MatrixMult

Method MatrixMult

src/4JLibraries_Source/NX/Render/RendererCore.cpp:425–427  ·  view source on GitHub ↗

this would mean that they've changed function MulWithStack

Source from the content-addressed store, hash-verified

423
424// this would mean that they've changed function MulWithStack
425float32x4_t Renderer::MatrixMult(float* matrix) {
426 return this->MultWithStack(*reinterpret_cast<MatrixStruct*>(matrix));
427}
428
429void Renderer::UpdateGamma(unsigned short gamma) {
430 this->m_gammaIntensity = gamma;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected