| 107 | T_VertexFlags GetSupportedFlags() const { return m_SupportedFlags; } |
| 108 | math::Sphere const& GetBoundingSphere() const { return m_BoundingSphere; } |
| 109 | size_t GetIndexCount() const { return m_IndexCount; } |
| 110 | E_DataType GetIndexDataType() const { return m_IndexDataType; } |
| 111 | T_BufferLoc GetVertexBuffer() const { return m_VertexBuffer; } |
| 112 | T_BufferLoc GetIndexBuffer() const { return m_IndexBuffer; } |
no outgoing calls
no test coverage detected