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

Method GetSrvIndexInHeap

trinity/Resources/TriTextureRes.cpp:1254–1264  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1252}
1253
1254uint32_t TriTextureRes::GetSrvIndexInHeap() const
1255{
1256 if( m_texture )
1257 {
1258 return m_texture->GetSrvIndexInHeap();
1259 }
1260 else
1261 {
1262 return 0xffffffff;
1263 }
1264}
1265
1266void TriTextureRes::OnWrappedRenderTargetChanged()
1267{

Callers 4

CacheTextureMethod · 0.45
GetGeometryConstantsMethod · 0.45
TransformMeshesMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected