|
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 |
| std::shared_ptr< Engine::Assets::Skin > | skin |
| Non-null for skinned meshes. | |
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 Engine::Ecs::CompletedMeshletGeneration::meshBoundingSphere |
| entt::entity Engine::Ecs::CompletedMeshletGeneration::meshEntity |
| Asset::Path Engine::Ecs::CompletedMeshletGeneration::meshPath |
| std::vector<PrimitiveMeshletResult> Engine::Ecs::CompletedMeshletGeneration::primitiveResults |
| std::shared_ptr<Engine::Assets::Skin> Engine::Ecs::CompletedMeshletGeneration::skin |