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

Method Clear

trinity/Particle/Tr2GpuParticleSystem.cpp:305–308  ·  view source on GitHub ↗

-------------------------------------------------------------------------------------- Description: Public method to remove all particles. The actual clear though happens during next Update call. --------------------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

303// Update call.
304// --------------------------------------------------------------------------------------
305void Tr2GpuParticleSystem::Clear()
306{
307 m_clearRequested = true;
308}
309
310// --------------------------------------------------------------------------------------
311// Description:

Callers 4

UpdateMethod · 0.45
RenderGodRaysMethod · 0.45
RenderTaaMethod · 0.45
ClearLutsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected