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