VEX Engine
Retro looking game engine made in vulkan mostly because i wanted to understand it better.
Loading...
Searching...
No Matches
ParticleEmitterComponent.hpp File Reference

Particle emitter component. More...

#include "components/AssetTypes.hpp"
#include "components/ColorTypes.hpp"
#include <glm/vec2.hpp>
#include <glm/vec3.hpp>
#include <vector>

Go to the source code of this file.

Classes

struct  vex::ParticleGPUData
 Structure passed to the GPU containing per-particle rendering data. More...
struct  vex::Particle
 CPU-side representation of a single particle during its lifetime. More...
struct  vex::ParticleEmitterComponent
 Component that emits and manages a system of particles. More...

Namespaces

namespace  vex

Detailed Description

Particle emitter component.

Author
Eryk Roszkowski

Definition in file ParticleEmitterComponent.hpp.