#include <shader.h>
| int ParticleUpdate::init |
( |
Graphics * |
gfx | ) |
|
| void ParticleUpdate::Params |
( |
emitter_t & |
emit | ) |
|
| virtual void ParticleUpdate::prelink |
( |
void |
| ) |
|
|
virtual |
| unsigned int ParticleUpdate::max_particles |
|
static |
| unsigned int ParticleUpdate::num_particle |
|
private |
| unsigned int ParticleUpdate::ParticleBufferA |
| unsigned int ParticleUpdate::ParticleBufferB |
| unsigned int ParticleUpdate::query |
|
private |
| int ParticleUpdate::u_delta_time |
|
private |
| int ParticleUpdate::u_emit_color |
|
private |
| int ParticleUpdate::u_emit_life_min |
|
private |
| int ParticleUpdate::u_emit_life_range |
|
private |
| int ParticleUpdate::u_emit_num |
|
private |
| int ParticleUpdate::u_emit_position |
|
private |
| int ParticleUpdate::u_emit_size |
|
private |
| int ParticleUpdate::u_emit_vel_min |
|
private |
| int ParticleUpdate::u_emit_vel_range |
|
private |
| int ParticleUpdate::u_gravity |
|
private |
| int ParticleUpdate::u_seed |
|
private |
The documentation for this class was generated from the following file: