| 8 | |
| 9 | |
| 10 | struct Tr2MorphTargetAnimationData |
| 11 | { |
| 12 | Tr2MorphTargetAnimationData() = default; |
| 13 | Tr2MorphTargetAnimationData( uint32_t index, float weight ); |
| 14 | |
| 15 | uint32_t m_index; |
| 16 | float m_weight; |
| 17 | }; |
| 18 | |
| 19 | BLUE_CLASS( Tr2RingBuffer ) : |
| 20 | public ITr2GpuBuffer, |
no outgoing calls
no test coverage detected