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

Public Attributes

float x {}
float y {}
float z {}

Detailed Description

Definition at line 68 of file mxvk_model.cpp.

Member Data Documentation

◆ x

float mxvk::anonymous_namespace{mxvk_model.cpp}::Vec3::x {}

Definition at line 69 of file mxvk_model.cpp.

69{};

◆ y

float mxvk::anonymous_namespace{mxvk_model.cpp}::Vec3::y {}

Definition at line 70 of file mxvk_model.cpp.

70{};

◆ z

float mxvk::anonymous_namespace{mxvk_model.cpp}::Vec3::z {}

Definition at line 71 of file mxvk_model.cpp.

71{};

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