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

Public Attributes

std::vector< uint32_t > indices {}
std::vector< SubMeshsubMeshes {}
std::vector< VKVertexvertices {}

Detailed Description

Definition at line 74 of file mxvk_model.cpp.

Member Data Documentation

◆ indices

std::vector<uint32_t> mxvk::anonymous_namespace{mxvk_model.cpp}::MXMODParseResult::indices {}

Definition at line 76 of file mxvk_model.cpp.

76{};

◆ subMeshes

std::vector<SubMesh> mxvk::anonymous_namespace{mxvk_model.cpp}::MXMODParseResult::subMeshes {}

Definition at line 77 of file mxvk_model.cpp.

77{};

◆ vertices

std::vector<VKVertex> mxvk::anonymous_namespace{mxvk_model.cpp}::MXMODParseResult::vertices {}

Definition at line 75 of file mxvk_model.cpp.

75{};

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