Class VkPhysicalDevice4444FormatsFeaturesEXT

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

public class VkPhysicalDevice4444FormatsFeaturesEXT extends org.lwjgl.system.Struct<VkPhysicalDevice4444FormatsFeaturesEXT> implements org.lwjgl.system.NativeResource
Structure describing additional 4444 formats supported by an implementation.
Description

If the VkPhysicalDevice4444FormatsFeaturesEXT 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. VkPhysicalDevice4444FormatsFeaturesEXT 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_4444_formats extension were promoted to Vulkan 1.3 as optional formats, the VkPhysicalDevice4444FormatsFeaturesEXT structure was not promoted to Vulkan 1.3.

Layout


 struct VkPhysicalDevice4444FormatsFeaturesEXT {
     VkStructureType sType();
     void * pNext();
     VkBool32 formatA4R4G4B4();
     VkBool32 formatA4B4G4R4();
 }