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

Function CheckEffect

trinity/Particle/Tr2GpuParticleSystem.cpp:51–54  ·  view source on GitHub ↗

-------------------------------------------------------------------------------------- Description: Checks if the effect is usable. --------------------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

49// Checks if the effect is usable.
50// --------------------------------------------------------------------------------------
51bool CheckEffect( Tr2Effect* effect )
52{
53 return effect && effect->GetShaderStateInterface();
54}
55
56}
57

Callers 2

UpdateMethod · 0.85
SortMethod · 0.85

Calls 1

Tested by

no test coverage detected