Difference between revisions of "Vulkan Renderer Development"
From CEGUI Wiki - Crazy Eddie's GUI System (Open Source)
(Created page with "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 specifi...") |
|||
Line 1: | Line 1: | ||
− | Purpose of this document | + | == Purpose of this document == |
* Provide relevant links to Vulkan documentation, Vulkan tutorials, Vulkan code snippets that we will use during development | * 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: | * Make a list of specific points we need to take into account when developing the Vulkan renderer for CEGUI: |
Revision as of 07:21, 19 June 2016
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