Vulkan Schnee 0.0.1
High-performance rendering engine
Loading...
Searching...
No Matches
Ecs::MeshletData Struct Reference

#include <EcsData.h>

Collaboration diagram for Ecs::MeshletData:

Public Attributes

std::vector< meshopt_Meshlet > meshlets
std::vector< uint32_t > meshletVertices
std::vector< uint8_t > meshletTriangles

Detailed Description

Definition at line 178 of file EcsData.h.

Member Data Documentation

◆ meshlets

std::vector<meshopt_Meshlet> Ecs::MeshletData::meshlets

Definition at line 179 of file EcsData.h.

Referenced by EngineCore::ClusterLodGenerator::generate().

◆ meshletTriangles

std::vector<uint8_t> Ecs::MeshletData::meshletTriangles

Definition at line 181 of file EcsData.h.

◆ meshletVertices

std::vector<uint32_t> Ecs::MeshletData::meshletVertices

Definition at line 180 of file EcsData.h.


The documentation for this struct was generated from the following file:
  • /home/magerbeton/Documents/gl3-vulkan/Engine/include/Engine/Ecs/EcsData.h