Package org.lwjgl.vulkan
Class QCOMYcbcrDegamma
java.lang.Object
org.lwjgl.vulkan.QCOMYcbcrDegamma
This extension allows implementations to expose support for “
sRGB EOTF” also known as “sRGB degamma”, used in combination with images using 8-bit Y′CBCR formats. In addition, the degamma can be selectively applied to the Y (luma) or CrCb (chroma).
VK_KHR_sampler_ycbcr_conversion adds support for Y′CBCR conversion, but allows texture sampling in a non-linear space which can cause artifacts. This extension allows implementations to expose sRGB degamma for Y′CBCR formats, which is performed during texture filtering, allowing texture filtering to operate in a linear space.
- Name String
VK_QCOM_ycbcr_degamma- Extension Type
- Device extension
- Registered Extension Number
- 521
- Revision
- 1
- Contact
- Matthew Netsch mnetsch
Other Extension Metadata
- Last Modified Date
- 2023-07-31
- IP Status
- No known IP claims.
- Interactions and External Dependencies
- None
- Contributors
- Jeff Leger, Qualcomm
- Jonathan Wicks, Qualcomm
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringThe extension name.static final intThe extension specification version.static final intExtendsVkStructureType.static final intExtendsVkStructureType. -
Method Summary
-
Field Details
-
VK_QCOM_YCBCR_DEGAMMA_SPEC_VERSION
public static final int VK_QCOM_YCBCR_DEGAMMA_SPEC_VERSIONThe extension specification version.- See Also:
-
VK_QCOM_YCBCR_DEGAMMA_EXTENSION_NAME
The extension name.- See Also:
-
VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_YCBCR_DEGAMMA_FEATURES_QCOM
public static final int VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_YCBCR_DEGAMMA_FEATURES_QCOMExtendsVkStructureType.Enum values:
- See Also:
-
VK_STRUCTURE_TYPE_SAMPLER_YCBCR_CONVERSION_YCBCR_DEGAMMA_CREATE_INFO_QCOM
public static final int VK_STRUCTURE_TYPE_SAMPLER_YCBCR_CONVERSION_YCBCR_DEGAMMA_CREATE_INFO_QCOMExtendsVkStructureType.Enum values:
- See Also:
-