Classes | |
| struct | kanzi::gfx::VulkanInitializationInfo |
| Defines the initialization parameters for the Vulkan backend. More... | |
Functions | |
| KANZI_GFX_API shared_ptr< AbstractBackend > | kanzi::gfx::createVulkanBackend (VulkanInitializationInfo &&info) |
| Creates a Vulkan 1.1 compatible backend for the graphics library. | |
The Vulkan backend exposes the graphics library that uses Vulkan.
| KANZI_GFX_API shared_ptr< AbstractBackend > kanzi::gfx::createVulkanBackend | ( | VulkanInitializationInfo && | info | ) |
Creates a Vulkan 1.1 compatible backend for the graphics library.
You can call this function before the graphics initialization.
| info | The Vulkan backend configuration information. |