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

Method AddResource

trinity/Shader/Tr2Effect.cpp:442–446  ·  view source on GitHub ↗

--------------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

440
441// --------------------------------------------------------------------------------
442bool Tr2Effect::AddResource( ITriEffectParameter* param )
443{
444 m_resources.Append( param );
445 return true;
446}
447
448// --------------------------------------------------------------------------------
449// Description:

Callers 5

DoPrepareResourcesMethod · 0.80
SetupPlaneSetsMethod · 0.80
SetupBannersMethod · 0.80
SetupBannerSetsMethod · 0.80

Calls 1

AppendMethod · 0.80

Tested by

no test coverage detected