|
Vulkan Schnee 0.0.1
High-performance rendering engine
|
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>
Public Attributes | |
| Asset::Path | meshPath |
| entt::entity | meshEntity |
| std::vector< PrimitiveMeshletResult > | primitiveResults |
| BoundingSphere | meshBoundingSphere |
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.
| BoundingSphere Ecs::CompletedMeshletGeneration::meshBoundingSphere |
| Asset::Path Ecs::CompletedMeshletGeneration::meshPath |
| std::vector<PrimitiveMeshletResult> Ecs::CompletedMeshletGeneration::primitiveResults |