| 130 | } |
| 131 | |
| 132 | void Tr2BufferAL::UnmapForReading( Tr2RenderContextAL& renderContext ) const |
| 133 | { |
| 134 | m_buffer->UnmapForReading( renderContext ); |
| 135 | } |
| 136 | |
| 137 | ALResult Tr2BufferAL::MapForWriting( void*& data, Tr2RenderContextAL& renderContext ) |
| 138 | { |
no outgoing calls