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