Open Issues Need Help
View All on GitHub vkEngine::Pipeline logic is too complex 2 months ago
AI Summary: Simplify the `vkEngine::GraphicsPipelineContext` and `vkEngine::ComputePipelineContext` classes. Consider removing the context logic and implementing polymorphism directly within the `Pipeline` class to reduce complexity and improve maintainability.
Complexity:
4/5
enhancement help wanted
AI Summary: Optimize the Executor::Trace function to improve performance when handling complex geometry. This involves refactoring the code to use multiple command buffers instead of a single one, and synchronizing them using Vulkan semaphores or fences to eliminate performance bottlenecks caused by excessive memory barriers.
Complexity:
4/5
bug help wanted invalid