| 949 | |
| 950 | |
| 951 | void Tr2EffectStateManager::ApplyIndexBuffer( const Tr2BufferAL& indices ) |
| 952 | { |
| 953 | ApplyIndexBuffer( indices, indices.GetDesc().stride ); |
| 954 | } |
| 955 | |
| 956 | void Tr2EffectStateManager::ApplyIndexBuffer( const Tr2SuballocatedBuffer::Allocation& indices ) |
| 957 | { |
no test coverage detected