MXVK Vulkan Framework 0.24.0
C++20 Vulkan rendering framework for practical 2D and 3D application development with SDL3.
Loading...
Searching...
No Matches
walk::ParticlePointVertex Struct Reference

Public Attributes

glm::vec4 color {1.0f}
glm::vec3 pos {0.0f}
float size = 8.0f

Detailed Description

Definition at line 88 of file room.cpp.

Member Data Documentation

◆ color

glm::vec4 walk::ParticlePointVertex::color {1.0f}

Definition at line 90 of file room.cpp.

90{1.0f};

◆ pos

glm::vec3 walk::ParticlePointVertex::pos {0.0f}

Definition at line 89 of file room.cpp.

89{0.0f};

◆ size

float walk::ParticlePointVertex::size = 8.0f

Definition at line 91 of file room.cpp.


The documentation for this struct was generated from the following files: