Vulkan Schnee 0.0.1
High-performance rendering engine
Loading...
Searching...
No Matches
EngineCore::ClusterLodGenerator Member List

This is the complete list of members for EngineCore::ClusterLodGenerator, including all inherited members.

computeBoundingSphere(const std::vector< Vertex > &vertices, const std::vector< uint32_t > &indices)EngineCore::ClusterLodGeneratorprivatestatic
computeMeshletBoundingSphere(const std::vector< Vertex > &vertices, const meshopt_Meshlet &meshlet, const std::vector< uint32_t > &meshletVertices)EngineCore::ClusterLodGeneratorprivatestatic
generate(const std::vector< Vertex > &vertices, const std::vector< uint32_t > &indices, const std::vector< meshopt_Meshlet > &baseMeshlets, const std::vector< uint32_t > &baseMeshletVertices, const std::vector< uint8_t > &baseMeshletTriangles, const LodGenerationConfig &config={})EngineCore::ClusterLodGeneratorstatic
generateLodLevel(const std::vector< Vertex > &srcVertices, const std::vector< uint32_t > &srcIndices, size_t targetIndexCount, float targetError, size_t maxVerticesPerMeshlet, size_t maxTrianglesPerMeshlet)EngineCore::ClusterLodGeneratorprivatestatic