| 126 | |
| 127 | template <typename Constraint> |
| 128 | void ApplyConstraint( const Constraint& constraint ) |
| 129 | { |
| 130 | constraint( m_buffers, m_vertexSizes, m_aliveCount ); |
| 131 | m_bufferDirty = true; |
| 132 | } |
| 133 | |
| 134 | void GetDebugOptions( Tr2DebugRendererOptions & options ) const; |
| 135 | void RenderDebugInfo( ITr2DebugRenderer2 & renderer, const Matrix& worldTransform ) const; |
no outgoing calls
no test coverage detected