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

Method GetSize

trinityal/src/Tr2BufferAL.cpp:112–115  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

110}
111
112uint32_t Tr2BufferAL::GetSize() const
113{
114 return GetDesc().count * GetDesc().stride;
115}
116
117bool Tr2BufferAL::operator==( const Tr2BufferAL& other ) const
118{

Callers 5

IsValidMethod · 0.45
TEST_FFunction · 0.45
TEST_FFunction · 0.45
TEST_FFunction · 0.45
TEST_FFunction · 0.45

Calls 1

GetDescFunction · 0.85

Tested by 4

TEST_FFunction · 0.36
TEST_FFunction · 0.36
TEST_FFunction · 0.36
TEST_FFunction · 0.36