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

Method SetInidices

trinity/TriRenderBatch.cpp:125–129  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

123}
124
125void Tr2RenderBatch::SetInidices( const Tr2BufferAL& ib, uint32_t stride )
126{
127 m_indexBuffer = &ib;
128 m_indexStride = stride;
129}
130
131void Tr2RenderBatch::SetInidices( const Tr2SuballocatedBuffer::Allocation& ib )
132{

Callers 7

GetBatchesImplMethod · 0.80
GetBatchesMethod · 0.80
CommitRibbonBatchMethod · 0.80
GetBatchesMethod · 0.80
GetBatchesMethod · 0.80
GetBatchesMethod · 0.80
GetBatchMethod · 0.80

Calls 2

GetBufferMethod · 0.45
GetStrideMethod · 0.45

Tested by

no test coverage detected