SleakEngine 1.0.0
C++23 multi-backend game engine
Loading...
Searching...
No Matches
Sleak::MeshData Struct Reference

#include <MeshData.hpp>

Public Attributes

IndexGroup indices
VertexGroup vertices

Detailed Description

CPU-side vertex and index buffers for one mesh, ready for upload.

Definition at line 103 of file MeshData.hpp.

Member Data Documentation

◆ indices

IndexGroup Sleak::MeshData::indices

Definition at line 105 of file MeshData.hpp.

◆ vertices

VertexGroup Sleak::MeshData::vertices

Definition at line 104 of file MeshData.hpp.