MCPcopy Create free account
hub / github.com/carbonengine/trinity / TriRenderBatchAreaBlocksWithSharedMaterial

Class TriRenderBatchAreaBlocksWithSharedMaterial

trinity/TriRenderBatch.h:41–50  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

39};
40
41class TriRenderBatchAreaBlocksWithSharedMaterial : public TriRenderBatchAreaBlock
42{
43public:
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.

Calls

no outgoing calls

Tested by

no test coverage detected