MCPcopy Create free account
hub / github.com/carbonengine/trinity / GetMipCount

Method GetMipCount

trinity/Tr2TextureArray.cpp:121–124  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

119}
120
121uint32_t Tr2TextureArray::GetMipCount() const
122{
123 return m_dimensions.GetTrueMipCount();
124}
125
126
127void Tr2TextureArray::RemoveElement( uint32_t index )

Callers

nothing calls this directly

Calls 1

GetTrueMipCountMethod · 0.80

Tested by

no test coverage detected