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

Method GetInstanceData

trinity/Tr2RuntimeInstanceData.cpp:244–249  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

242}
243
244ITr2InstanceData::InstanceData Tr2RuntimeInstanceData::GetInstanceData( unsigned int bufferIndex, float screenSize ) const
245{
246 return {
247 m_vb.GetBuffer(), m_vb.GetOffset(), m_stride, m_count
248 };
249}
250
251// --------------------------------------------------------------------------------------
252// Description:

Callers

nothing calls this directly

Calls 2

GetBufferMethod · 0.45
GetOffsetMethod · 0.45

Tested by

no test coverage detected