| 39 | }; |
| 40 | |
| 41 | class TriRenderBatchAreaBlocksWithSharedMaterial : public TriRenderBatchAreaBlock |
| 42 | { |
| 43 | public: |
| 44 | TriRenderBatchAreaBlocksWithSharedMaterial(); |
| 45 | void Optimize(); |
| 46 | void Clear(); |
| 47 | |
| 48 | Tr2EffectPtr m_shaderMaterial; |
| 49 | std::vector<TriRenderBatchAreaBlock> m_areaBlockVector; |
| 50 | }; |
| 51 | // -------------------------------------------------------------------------------------- |
| 52 | // Description |
| 53 | // Enumeration of batch sorting algorithms. |
no outgoing calls
no test coverage detected