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

Method GetInstanceBufferSize

trinity/Tr2QuadRenderer.cpp:324–327  ·  view source on GitHub ↗

-------------------------------------------------------------------------------------- Description: Returns the size of the instance buffer. --------------------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

322// Returns the size of the instance buffer.
323// --------------------------------------------------------------------------------------
324uint32_t Tr2QuadRenderer::GetInstanceBufferSize() const
325{
326 return m_vertexBuffer.GetBufferSize();
327}
328
329// --------------------------------------------------------------------------------------
330// Description:

Callers

nothing calls this directly

Calls 1

GetBufferSizeMethod · 0.80

Tested by

no test coverage detected