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

Complete result of meshlet generation for all primitives of a mesh. This is returned from the background meshlet generation task and queued for processing on the main thread at a safe point. More...

#include <EcsData.h>

Collaboration diagram for Ecs::CompletedMeshletGeneration:

Public Attributes

Asset::Path meshPath
entt::entity meshEntity
std::vector< PrimitiveMeshletResultprimitiveResults
BoundingSphere meshBoundingSphere

Detailed Description

Complete result of meshlet generation for all primitives of a mesh. This is returned from the background meshlet generation task and queued for processing on the main thread at a safe point.

Definition at line 266 of file EcsData.h.

Member Data Documentation

◆ meshBoundingSphere

BoundingSphere Ecs::CompletedMeshletGeneration::meshBoundingSphere

Definition at line 270 of file EcsData.h.

◆ meshEntity

entt::entity Ecs::CompletedMeshletGeneration::meshEntity

Definition at line 268 of file EcsData.h.

◆ meshPath

Asset::Path Ecs::CompletedMeshletGeneration::meshPath

Definition at line 267 of file EcsData.h.

◆ primitiveResults

std::vector<PrimitiveMeshletResult> Ecs::CompletedMeshletGeneration::primitiveResults

Definition at line 269 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