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

Method Update

trinity/Tr2SuballocatedBuffer.cpp:222–225  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

220}
221
222void Tr2SuballocatedBuffer::Allocation::Update( const void* data, Tr2RenderContextAL& renderContext )
223{
224 m_parent->m_buffer.UpdateBuffer( GetOffset(), GetSize(), data, renderContext );
225}
226
227void Tr2SuballocatedBuffer::Allocation::Update( const void* data, uint32_t offset, uint32_t size, Tr2RenderContextAL& renderContext )
228{

Callers 1

AllocateMethod · 0.45

Calls 1

UpdateBufferMethod · 0.45

Tested by

no test coverage detected