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

Public Attributes

int normal = 0
int position = 0
int texcoord = 0

Detailed Description

Definition at line 85 of file mxvk_model.cpp.

Member Data Documentation

◆ normal

int mxvk::anonymous_namespace{mxvk_model.cpp}::OBJIndex::normal = 0

Definition at line 88 of file mxvk_model.cpp.

◆ position

int mxvk::anonymous_namespace{mxvk_model.cpp}::OBJIndex::position = 0

Definition at line 86 of file mxvk_model.cpp.

◆ texcoord

int mxvk::anonymous_namespace{mxvk_model.cpp}::OBJIndex::texcoord = 0

Definition at line 87 of file mxvk_model.cpp.


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