MXVK Vulkan Framework 0.24.0
C++20 Vulkan rendering framework for practical 2D and 3D application development with SDL3.
Loading...
Searching...
No Matches
example::anonymous_namespace{example.cpp}::StarParticle Struct Reference

Public Attributes

bool is_constellation = false
float magnitude = 0.0f
float size = 0.0f
float temperature = 0.0f
float twinkle = 0.0f
float vx = 0.0f
float vy = 0.0f
float vz = 0.0f
float x = 0.0f
float y = 0.0f
float z = 0.0f

Detailed Description

Definition at line 121 of file example.cpp.

Member Data Documentation

◆ is_constellation

bool example::anonymous_namespace{example.cpp}::StarParticle::is_constellation = false

Definition at line 132 of file example.cpp.

◆ magnitude

float example::anonymous_namespace{example.cpp}::StarParticle::magnitude = 0.0f

Definition at line 128 of file example.cpp.

◆ size

float example::anonymous_namespace{example.cpp}::StarParticle::size = 0.0f

Definition at line 131 of file example.cpp.

◆ temperature

float example::anonymous_namespace{example.cpp}::StarParticle::temperature = 0.0f

Definition at line 129 of file example.cpp.

◆ twinkle

float example::anonymous_namespace{example.cpp}::StarParticle::twinkle = 0.0f

Definition at line 130 of file example.cpp.

◆ vx

float example::anonymous_namespace{example.cpp}::StarParticle::vx = 0.0f

Definition at line 125 of file example.cpp.

◆ vy

float example::anonymous_namespace{example.cpp}::StarParticle::vy = 0.0f

Definition at line 126 of file example.cpp.

◆ vz

float example::anonymous_namespace{example.cpp}::StarParticle::vz = 0.0f

Definition at line 127 of file example.cpp.

◆ x

float example::anonymous_namespace{example.cpp}::StarParticle::x = 0.0f

Definition at line 122 of file example.cpp.

◆ y

float example::anonymous_namespace{example.cpp}::StarParticle::y = 0.0f

Definition at line 123 of file example.cpp.

◆ z

float example::anonymous_namespace{example.cpp}::StarParticle::z = 0.0f

Definition at line 124 of file example.cpp.


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