Searched refs:s_DeltaTime (Results 1 – 3 of 3) sorted by relevance
80 const f32 s_DeltaTime = 0.1f; variable265 s_ParticleArray[modelIndex].Update(s_DeltaTime); in DrawDisplay0()387 s_ParticleArray[modelIndex].Update(s_DeltaTime); in MakeDisplay0CommandCache()431 particle.Update(s_DeltaTime); in UpdateDisplay0CommandCache()
89 const f32 s_DeltaTime = 0.1f; variable276 s_ParticleArray[modelIndex].Update(s_DeltaTime); in DrawDisplay0()394 s_ParticleArray[modelIndex].Update(s_DeltaTime); in MakeDisplay0CommandCache()423 particle.Update(s_DeltaTime); in DrawDisplay0CommandCache()
68 const f32 s_DeltaTime = 0.1f; variable293 s_ParticleArray[particleIndex].Update(s_DeltaTime); in UpdateParticles()