MCPcopy Create free account
hub / github.com/DavidColson/Polybox / PushMatrix

Function PushMatrix

source/graphics.cpp:815–818  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

813// ***********************************************************************
814
815void PushMatrix() {
816 u64 mode = (u64)pRenderState->matrixModeState;
817 pRenderState->matrixStates[mode].Push(pRenderState->matrixStates[mode].Top());
818}
819
820// ***********************************************************************
821

Callers 1

LuaPushMatrixFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected