| 139 | } |
| 140 | |
| 141 | float* Tr2PerObjectDataSkinned::GetSkinningMatrix( unsigned int ix ) const |
| 142 | { |
| 143 | return &m_data[ix * 3 * 4]; |
| 144 | } |
| 145 | |
| 146 | void Tr2PerAreaDataSkinned::SetPerObjectDataToDevice( Tr2ConstantBufferAL** buffers, unsigned constantTypeMask, Tr2RenderContext& renderContext ) const |
| 147 | { |
no outgoing calls
no test coverage detected