Package org.lwjgl.vulkan
Class EXT4444Formats
java.lang.Object
org.lwjgl.vulkan.EXT4444Formats
This extension defines the
FORMAT_A4R4G4B4_UNORM_PACK16_EXT and FORMAT_A4B4G4R4_UNORM_PACK16_EXT formats which are defined in other current graphics APIs.
This extension may be useful for building translation layers for those APIs or for porting applications that use these formats without having to resort to swizzles.
When VK_EXT_custom_border_color is used, these formats are not subject to the same restrictions for border color without format as with VK_FORMAT_B4G4R4A4_UNORM_PACK16.
Promotion to Vulkan 1.3
The format enumerants introduced by the extension are included in core Vulkan 1.3, with the EXT suffix omitted. However, runtime support for these formats is optional in core Vulkan 1.3, while if this extension is supported, runtime support is mandatory. The feature structure is not promoted. The original enum names are still available as aliases of the core functionality.
- Name String
VK_EXT_4444_formats- Extension Type
- Device extension
- Registered Extension Number
- 341
- Revision
- 1
- Extension and Version Dependencies
VK_KHR_get_physical_device_properties2or Version 1.1- Deprecation State
- Promoted to Vulkan 1.3
- Contact
- Joshua Ashton Joshua-Ashton
Other Extension Metadata
- Last Modified Date
- 2020-07-28
- IP Status
- No known IP claims.
- Contributors
- Joshua Ashton, Valve
- Faith Ekstrand, Intel
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringThe extension name.static final intThe extension specification version.static final intExtendsVkFormat.static final intExtendsVkFormat.static final intExtendsVkStructureType. -
Method Summary
-
Field Details
-
VK_EXT_4444_FORMATS_SPEC_VERSION
public static final int VK_EXT_4444_FORMATS_SPEC_VERSIONThe extension specification version.- See Also:
-
VK_EXT_4444_FORMATS_EXTENSION_NAME
The extension name.- See Also:
-
VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_4444_FORMATS_FEATURES_EXT
public static final int VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_4444_FORMATS_FEATURES_EXTExtendsVkStructureType.- See Also:
-
VK_FORMAT_A4R4G4B4_UNORM_PACK16_EXT
public static final int VK_FORMAT_A4R4G4B4_UNORM_PACK16_EXT- See Also:
-
VK_FORMAT_A4B4G4R4_UNORM_PACK16_EXT
public static final int VK_FORMAT_A4B4G4R4_UNORM_PACK16_EXT- See Also:
-