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

Public Attributes

bool hasNormal = false
VKVertex vertex {}

Detailed Description

Definition at line 80 of file mxvk_model.cpp.

Member Data Documentation

◆ hasNormal

bool mxvk::anonymous_namespace{mxvk_model.cpp}::OBJFaceVertex::hasNormal = false

Definition at line 82 of file mxvk_model.cpp.

◆ vertex

VKVertex mxvk::anonymous_namespace{mxvk_model.cpp}::OBJFaceVertex::vertex {}

Definition at line 81 of file mxvk_model.cpp.

81{};

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