| 140 | } |
| 141 | |
| 142 | void Tr2BufferAL::UnmapForWriting( Tr2RenderContextAL& renderContext ) |
| 143 | { |
| 144 | m_buffer->UnmapForWriting( renderContext ); |
| 145 | } |
| 146 | |
| 147 | ALResult Tr2BufferAL::UpdateBuffer( uint32_t offset, uint32_t size, const void* data, Tr2RenderContextAL& renderContext ) |
| 148 | { |
no outgoing calls