Package org.lwjgl.vulkan
Class EXTYcbcr2plane444Formats
java.lang.Object
org.lwjgl.vulkan.EXTYcbcr2plane444Formats
This extension adds some Y′CBCR formats that are in common use for video encode and decode, but were not part of the
VK_KHR_sampler_ycbcr_conversion extension.
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_ycbcr_2plane_444_formats- Extension Type
- Device extension
- Registered Extension Number
- 331
- Revision
- 1
- Extension and Version Dependencies
VK_KHR_sampler_ycbcr_conversionor Version 1.1- Deprecation State
- Promoted to Vulkan 1.3
- Contact
- Tony Zlatinski tzlatinski
Other Extension Metadata
- Last Modified Date
- 2020-07-28
- IP Status
- No known IP claims.
- Contributors
- Piers Daniell, NVIDIA
- Ping Liu, Intel
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringThe extension name.static final intThe extension specification version.static final intExtendsVkFormat.static final intExtendsVkFormat.static final intExtendsVkFormat.static final intExtendsVkFormat.static final intExtendsVkStructureType. -
Method Summary
-
Field Details
-
VK_EXT_YCBCR_2PLANE_444_FORMATS_SPEC_VERSION
public static final int VK_EXT_YCBCR_2PLANE_444_FORMATS_SPEC_VERSIONThe extension specification version.- See Also:
-
VK_EXT_YCBCR_2PLANE_444_FORMATS_EXTENSION_NAME
The extension name.- See Also:
-
VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_YCBCR_2_PLANE_444_FORMATS_FEATURES_EXT
public static final int VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_YCBCR_2_PLANE_444_FORMATS_FEATURES_EXTExtendsVkStructureType.- See Also:
-
VK_FORMAT_G8_B8R8_2PLANE_444_UNORM_EXT
public static final int VK_FORMAT_G8_B8R8_2PLANE_444_UNORM_EXTExtendsVkFormat.Enum values:
- See Also:
-
VK_FORMAT_G10X6_B10X6R10X6_2PLANE_444_UNORM_3PACK16_EXT
public static final int VK_FORMAT_G10X6_B10X6R10X6_2PLANE_444_UNORM_3PACK16_EXTExtendsVkFormat.Enum values:
- See Also:
-
VK_FORMAT_G12X4_B12X4R12X4_2PLANE_444_UNORM_3PACK16_EXT
public static final int VK_FORMAT_G12X4_B12X4R12X4_2PLANE_444_UNORM_3PACK16_EXTExtendsVkFormat.Enum values:
- See Also:
-
VK_FORMAT_G16_B16R16_2PLANE_444_UNORM_EXT
public static final int VK_FORMAT_G16_B16R16_2PLANE_444_UNORM_EXTExtendsVkFormat.Enum values:
- See Also:
-