Class VkPhysicalDeviceYcbcr2Plane444FormatsFeaturesEXT

java.lang.Object
org.lwjgl.system.Pointer.Default
org.lwjgl.system.Struct<VkPhysicalDeviceYcbcr2Plane444FormatsFeaturesEXT>
org.lwjgl.vulkan.VkPhysicalDeviceYcbcr2Plane444FormatsFeaturesEXT
All Implemented Interfaces:
AutoCloseable, org.lwjgl.system.NativeResource, org.lwjgl.system.Pointer

public class VkPhysicalDeviceYcbcr2Plane444FormatsFeaturesEXT extends org.lwjgl.system.Struct<VkPhysicalDeviceYcbcr2Plane444FormatsFeaturesEXT> implements org.lwjgl.system.NativeResource
Structure describing whether the implementation supports additional 2-plane 444 Y′CBCR formats.
Description

If the VkPhysicalDeviceYcbcr2Plane444FormatsFeaturesEXT structure is included in the pNext chain of the VkPhysicalDeviceFeatures2 structure passed to GetPhysicalDeviceFeatures2, it is filled in to indicate whether each corresponding feature is supported. VkPhysicalDeviceYcbcr2Plane444FormatsFeaturesEXT can also be used in the pNext chain of VkDeviceCreateInfo to selectively enable these features.

Valid Usage (Implicit)
Note

Although the formats defined by the VK_EXT_ycbcr_2plane_444_formats were promoted to Vulkan 1.3 as optional formats, the VkPhysicalDeviceYcbcr2Plane444FormatsFeaturesEXT structure was not promoted to Vulkan 1.3.

Layout


 struct VkPhysicalDeviceYcbcr2Plane444FormatsFeaturesEXT {
     VkStructureType sType();
     void * pNext();
     VkBool32 ycbcr2plane444Formats();
 }