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

Method SetVariableStore

trinity/Particle/Tr2GpuParticleSystem.cpp:290–298  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

288}
289
290void Tr2GpuParticleSystem::SetVariableStore( Tr2Effect* effect )
291{
292 if( effect )
293 {
294 effect->StartUpdate();
295 effect->SetVariableStore( m_variableStore );
296 effect->EndUpdate();
297 }
298}
299
300// --------------------------------------------------------------------------------------
301// Description:

Callers

nothing calls this directly

Calls 2

StartUpdateMethod · 0.80
EndUpdateMethod · 0.45

Tested by

no test coverage detected