Class VkSurfaceFormatKHR

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class VkSurfaceFormatKHR extends Struct<VkSurfaceFormatKHR> implements NativeResource
Structure describing a supported swapchain format-color space pair.
See Also

VkSurfaceFormat2KHR, GetPhysicalDeviceSurfaceFormatsKHR

Layout


 struct VkSurfaceFormatKHR {
     VkFormat format();
     VkColorSpaceKHR colorSpace();
 }