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

Public Attributes

bool isConstellation = false
float magnitude = 0.0f
float size = 0.0f
int starType = 0
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 53 of file pong.cpp.

Member Data Documentation

◆ isConstellation

bool anonymous_namespace{pong.cpp}::Star::isConstellation = false

Definition at line 65 of file pong.cpp.

◆ magnitude

float anonymous_namespace{pong.cpp}::Star::magnitude = 0.0f

Definition at line 60 of file pong.cpp.

◆ size

float anonymous_namespace{pong.cpp}::Star::size = 0.0f

Definition at line 63 of file pong.cpp.

◆ starType

int anonymous_namespace{pong.cpp}::Star::starType = 0

Definition at line 64 of file pong.cpp.

◆ temperature

float anonymous_namespace{pong.cpp}::Star::temperature = 0.0f

Definition at line 61 of file pong.cpp.

◆ twinkle

float anonymous_namespace{pong.cpp}::Star::twinkle = 0.0f

Definition at line 62 of file pong.cpp.

◆ vx

float anonymous_namespace{pong.cpp}::Star::vx = 0.0f

Definition at line 57 of file pong.cpp.

◆ vy

float anonymous_namespace{pong.cpp}::Star::vy = 0.0f

Definition at line 58 of file pong.cpp.

◆ vz

float anonymous_namespace{pong.cpp}::Star::vz = 0.0f

Definition at line 59 of file pong.cpp.

◆ x

float anonymous_namespace{pong.cpp}::Star::x = 0.0f

Definition at line 54 of file pong.cpp.

◆ y

float anonymous_namespace{pong.cpp}::Star::y = 0.0f

Definition at line 55 of file pong.cpp.

◆ z

float anonymous_namespace{pong.cpp}::Star::z = 0.0f

Definition at line 56 of file pong.cpp.


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