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{bluesky.cpp}::MeshData Struct Reference

Public Attributes

std::vector< std::uint32_t > indices
std::vector< SceneVertexvertices

Detailed Description

Definition at line 33 of file bluesky.cpp.

Member Data Documentation

◆ indices

std::vector<std::uint32_t> anonymous_namespace{bluesky.cpp}::MeshData::indices

Definition at line 35 of file bluesky.cpp.

◆ vertices

std::vector<SceneVertex> anonymous_namespace{bluesky.cpp}::MeshData::vertices

Definition at line 34 of file bluesky.cpp.


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