Home
last modified time | relevance | path

Searched refs:MAX_PARTICLES (Results 1 - 1 of 1) sorted by relevance

/third_party/glfw/examples/
H A Dparticles.c153 #define MAX_PARTICLES 3000 macro
159 #define BIRTH_INTERVAL (LIFE_SPAN/(float)MAX_PARTICLES)
198 static PARTICLE particles[MAX_PARTICLES];
358 for (i = 0; i < MAX_PARTICLES; i++) in particle_engine()
369 for (i = 0; i < MAX_PARTICLES; i++) in particle_engine()
480 for (i = 0; i < MAX_PARTICLES; i++) in draw_particles()

Completed in 2 milliseconds