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

Method AddUsedResource

trinity/Shader/Tr2Material.cpp:108–112  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

106//}
107
108void Tr2EffectLibraryParameters::AddUsedResource( ITr2EffectValuePtr resource )
109{
110 m_usedResources.push_back( resource );
111 m_usedTexturesDirty = true;
112}
113
114void Tr2EffectLibraryParameters::AddReroutable( ITriReroutable* reroutable )
115{

Callers 1

MapPassParametersMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected