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

Method UpdateBuffer

trinityal/src/Tr2BufferAL.cpp:147–150  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

145}
146
147ALResult Tr2BufferAL::UpdateBuffer( uint32_t offset, uint32_t size, const void* data, Tr2RenderContextAL& renderContext )
148{
149 return m_buffer->UpdateBuffer( offset, size, data, renderContext );
150}
151
152uint32_t Tr2BufferAL::GetSrvIndexInHeap() const
153{

Callers 4

UpdateMethod · 0.45
PrepareBufferMethod · 0.45
TEST_FFunction · 0.45
TEST_FFunction · 0.45

Calls

no outgoing calls

Tested by 2

TEST_FFunction · 0.36
TEST_FFunction · 0.36