MCPcopy Create free account
hub / github.com/NazaraEngine/NazaraEngine / GetIndexCount

Method GetIndexCount

src/Nazara/Utility/IndexMapper.cpp:128–131  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

126 }
127
128 std::size_t IndexMapper::GetIndexCount() const
129 {
130 return m_indexCount;
131 }
132
133 void IndexMapper::Set(std::size_t i, UInt32 value)
134 {

Callers 8

ProcessMethod · 0.80
ProcessMethod · 0.80
DrawOpaqueModelsMethod · 0.80
DrawTransparentModelsMethod · 0.80
DrawOpaqueModelsMethod · 0.80
GetTriangleCountMethod · 0.80
IndexMapperMethod · 0.80
TriangleIteratorMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected