Vulkan Renderer Development
From CEGUI Wiki - Crazy Eddie's GUI System (Open Source)
Purpose of this document
- Provide relevant links to Vulkan documentation, Vulkan tutorials, Vulkan code snippets that we will use during development
- Make a list of specific points we need to take into account when developing the Vulkan renderer for CEGUI:
- What are the caveats? What should we keep in mind
- How can we maximize Vulkan performance?
- What are the restrictions? How could we get around them?
- Write about the state of the development