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;
formatis a VkFormat that is compatible with the specified surface.colorSpaceis a presentation VkColorSpaceKHR that is compatible with the surface.