Class VkSurfaceFormat2KHR

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class VkSurfaceFormat2KHR extends Struct<VkSurfaceFormat2KHR> implements NativeResource
Structure describing a supported swapchain format tuple.
Description

If the imageCompressionControlSwapchain feature is supported and a VkImageCompressionPropertiesEXT structure is included in the pNext chain of this structure, then it will be filled with the compression properties that are supported for the surfaceFormat.

Valid Usage
Valid Usage (Implicit)
See Also

VkSurfaceFormatKHR, GetPhysicalDeviceSurfaceFormats2KHR

Layout


 struct VkSurfaceFormat2KHR {
     VkStructureType sType();
     void * pNext();
     VkSurfaceFormatKHR surfaceFormat();
 }