Confetti
0.1.0
A C++ particle system using Vulkan
|
#include <Confetti/TexturedParticle.h>
Classes | |
struct | Vertex |
Vertex buffer entry. More... | |
Public Attributes | |
Vertex | v [NUM_VERTICES] |
Vertex buffer entries. | |
Static Public Attributes | |
static int constexpr | NUM_VERTICES = 4 |
Number of vertices in the particle. | |
Vertex buffer info.