Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
213
uint32_t Tr2TextureArrayElement::GetElementIndex() const
214
{
215
return m_data != nullptr ? m_data->m_index : 0;
216
}
217
218
Tr2TextureArray* Tr2TextureArrayElement::GetArray() const
219
{
Callers
1
GetTextureIndex
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected