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

Method GetElementIndex

trinity/Tr2TextureArray.cpp:213–216  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

211}
212
213uint32_t Tr2TextureArrayElement::GetElementIndex() const
214{
215 return m_data != nullptr ? m_data->m_index : 0;
216}
217
218Tr2TextureArray* Tr2TextureArrayElement::GetArray() const
219{

Callers 1

GetTextureIndexMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected