Structures
VkSurfaceFormatKHR
Structure describing a supported swapchain format-color space pair
The VkSurfaceFormatKHR
structure is defined as:
typedef struct VkSurfaceFormatKHR {
VkFormat format;
VkColorSpaceKHR colorSpace;
} VkSurfaceFormatKHR;
format
is a VkFormat that is compatible with the specified surface.colorSpace
is a presentation VkColorSpaceKHR that is compatible with the surface.