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

Method GetBufferSize

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

-------------------------------------------------------------------------------------- Description: Returns the current size of the buffer in bytes. --------------------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

322// Returns the current size of the buffer in bytes.
323// --------------------------------------------------------------------------------------
324uint32_t Tr2DynamicRingBuffer::GetBufferSize() const
325{
326 return m_bufferSize;
327}
328
329void Tr2DynamicRingBuffer::SetName( const char* name )
330{

Callers 9

UpdateInstanceBufferMethod · 0.80
GetInstanceBufferSizeMethod · 0.80
PrintShaderOutListingFunction · 0.80
CompileEffectMethod · 0.80
AddMessagesMethod · 0.80
mainFunction · 0.80
CreateRootSignatureMethod · 0.80
CreateMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected