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}::TexVertex Struct Reference

Public Attributes

float depth = 1.0f
mxvk::vec4D position
mxvk::vec2D uv

Detailed Description

Definition at line 68 of file main.cpp.

Member Data Documentation

◆ depth

float anonymous_namespace{main.cpp}::TexVertex::depth = 1.0f

Definition at line 71 of file main.cpp.

◆ position

mxvk::vec4D anonymous_namespace{main.cpp}::TexVertex::position

Definition at line 69 of file main.cpp.

◆ uv

mxvk::vec2D anonymous_namespace{main.cpp}::TexVertex::uv

Definition at line 70 of file main.cpp.


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