| 128 | } |
| 129 | |
| 130 | RenderPassManager::RenderPassManager() |
| 131 | { |
| 132 | mSceneManager = NULL; |
| 133 | VECTOR_SET_ASSOCIATION( mRenderBins ); |
| 134 | |
| 135 | mMatrixSet = reinterpret_cast<MatrixSet *>(dMalloc_aligned(sizeof(MatrixSet), 16)); |
| 136 | constructInPlace(mMatrixSet); |
| 137 | } |
| 138 | |
| 139 | RenderPassManager::~RenderPassManager() |
| 140 | { |
nothing calls this directly
no test coverage detected