#include <ref.h>
Public Attributes | |
| vec3_t | origin |
| int | color |
| float | alpha |
| float particle_t::alpha |
Definition at line 93 of file ref.h.
Referenced by GL_DrawParticles(), R_DrawParticles(), V_AddParticle(), V_TestParticles(), and Vk_DrawParticles().
| int particle_t::color |
Definition at line 92 of file ref.h.
Referenced by GL_DrawParticles(), R_DrawParticle(), R_DrawParticles(), V_AddParticle(), V_TestParticles(), and Vk_DrawParticles().
| vec3_t particle_t::origin |
Definition at line 91 of file ref.h.
Referenced by GL_DrawParticles(), R_DrawParticle(), R_DrawParticles(), V_AddParticle(), V_TestParticles(), and Vk_DrawParticles().