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

Method IsValid

trinity/Tr2SuballocatedBuffer.cpp:217–220  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

215}
216
217bool Tr2SuballocatedBuffer::Allocation::IsValid() const
218{
219 return m_parent != nullptr;
220}
221
222void Tr2SuballocatedBuffer::Allocation::Update( const void* data, Tr2RenderContextAL& renderContext )
223{

Callers 3

AllocateMethod · 0.45
OnPrepareResourcesMethod · 0.45
ExpandMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected