| 145 | } |
| 146 | |
| 147 | ALResult 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 | |
| 152 | uint32_t Tr2BufferAL::GetSrvIndexInHeap() const |
| 153 | { |