|
Kohi Game Engine
|
Representation of the Vulkan swapchain. More...
#include <vulkan_types.h>
Data Fields | |
| VkSurfaceFormatKHR | image_format |
| The swapchain image format. More... | |
| renderer_config_flags | flags |
| Indicates various flags used for swapchain instantiation. More... | |
| VkSwapchainKHR | handle |
| The swapchain internal handle. More... | |
| u32 | image_count |
| The number of swapchain images. More... | |
| b8 | supports_blit_dest |
| Supports being used as a blit destination. More... | |
| b8 | supports_blit_src |
| Supports being used as a blit source. More... | |
| khandle | swapchain_colour_texture |
| u32 | image_index |
| The swapchain image index (i.e. the swapchain image index that will be blitted to). More... | |
Representation of the Vulkan swapchain.
| renderer_config_flags flags |
Indicates various flags used for swapchain instantiation.
| VkSwapchainKHR handle |
The swapchain internal handle.
| u32 image_count |
The number of swapchain images.
| VkSurfaceFormatKHR image_format |
The swapchain image format.
| u32 image_index |
The swapchain image index (i.e. the swapchain image index that will be blitted to).
| b8 supports_blit_dest |
Supports being used as a blit destination.
| b8 supports_blit_src |
Supports being used as a blit source.
| khandle swapchain_colour_texture |