MCPcopy Create free account
hub / github.com/Illation/ETEngine / GetIndexCount

Method GetIndexCount

Engine/source/EtRendering/GraphicsTypes/Mesh.h:109–109  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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; }

Callers 3

DrawEntityMethod · 0.80
AddMeshMethod · 0.80
AddMeshToMaterialMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected