| 135 | } |
| 136 | |
| 137 | ALResult Tr2BufferAL::MapForWriting( void*& data, Tr2RenderContextAL& renderContext ) |
| 138 | { |
| 139 | return m_buffer->MapForWriting( data, renderContext ); |
| 140 | } |
| 141 | |
| 142 | void Tr2BufferAL::UnmapForWriting( Tr2RenderContextAL& renderContext ) |
| 143 | { |
no outgoing calls