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

Vertex consumed by the procedural engine-flame pipeline. More...

#include <examples/asteroids-net/asteroids3d_types.hpp>

Public Attributes

glm::vec4 color {}
 Vertex color.
glm::vec3 pos {}
 Vertex position.

Detailed Description

Vertex consumed by the procedural engine-flame pipeline.

Definition at line 295 of file asteroids3d_types.hpp.

Member Data Documentation

◆ color

glm::vec4 space::FlameVertex::color {}

Vertex color.

Definition at line 297 of file asteroids3d_types.hpp.

297{}; ///< Vertex color.

◆ pos

glm::vec3 space::FlameVertex::pos {}

Vertex position.

Definition at line 296 of file asteroids3d_types.hpp.

296{}; ///< Vertex position.

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