| 296 | } |
| 297 | |
| 298 | void PostEffectManager::setFrameMatrices( const MatrixF &worldToCamera, const MatrixF &cameraToScreen ) |
| 299 | { |
| 300 | PFXFrameState &thisFrame = mFrameState[mFrameStateSwitch]; |
| 301 | thisFrame.worldToCamera = worldToCamera; |
| 302 | thisFrame.cameraToScreen = cameraToScreen; |
| 303 | } |
| 304 | |
| 305 | S32 PostEffectManager::_effectPrioritySort( PostEffect* const *e1, PostEffect* const *e2 ) |
| 306 | { |
no outgoing calls
no test coverage detected