| 120 | } |
| 121 | |
| 122 | ALResult Tr2BufferAL::MapForReading( const void*& data, Tr2RenderContextAL& renderContext ) const |
| 123 | { |
| 124 | return m_buffer->MapForReading( data, renderContext ); |
| 125 | } |
| 126 | |
| 127 | ALResult Tr2BufferAL::MapForReading( const void*& data, uint32_t offset, uint32_t size, Tr2RenderContextAL& renderContext ) const |
| 128 | { |
no outgoing calls