-------------------------------------------------------------------------------------- Description: Implements ITr2InstanceData interface. Query if instance data is available for rendering. Return value: true If instance data is available false Otherwise --------------------------------------------------------------------------------------
| 72 | // false Otherwise |
| 73 | // -------------------------------------------------------------------------------------- |
| 74 | bool Tr2DirectInstanceData::IsInstanceDataReady() const |
| 75 | { |
| 76 | return m_vertexDeclaration != Tr2EffectStateManager::UNINITIALIZED_DECLARATION && m_vertexBuffer.IsValid(); |
| 77 | } |
| 78 | |
| 79 | // -------------------------------------------------------------------------------------- |
| 80 | // Description: |
no test coverage detected