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{main.cpp}::CubeInstance Struct Reference

Public Attributes

int center_x = 0
int center_y = 0
int color = 1
bool flashing = false
float phase = 0.0f
int size = 24

Detailed Description

Definition at line 105 of file main.cpp.

Member Data Documentation

◆ center_x

int anonymous_namespace{main.cpp}::CubeInstance::center_x = 0

Definition at line 106 of file main.cpp.

◆ center_y

int anonymous_namespace{main.cpp}::CubeInstance::center_y = 0

Definition at line 107 of file main.cpp.

◆ color

int anonymous_namespace{main.cpp}::CubeInstance::color = 1

Definition at line 109 of file main.cpp.

◆ flashing

bool anonymous_namespace{main.cpp}::CubeInstance::flashing = false

Definition at line 111 of file main.cpp.

◆ phase

float anonymous_namespace{main.cpp}::CubeInstance::phase = 0.0f

Definition at line 110 of file main.cpp.

◆ size

int anonymous_namespace{main.cpp}::CubeInstance::size = 24

Definition at line 108 of file main.cpp.


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