Allows implementations to apply sRGB degamma (sRGB EOTF) to YCbCr format images during texture filtering by extending VkSamplerYcbcrConversionCreateInfo. The degamma can be selectively applied to the Y (luma) and/or CbCr (chroma) components, enabling texture filtering to operate in linear space and improving quality for camera YCbCr images encoded with an sRGB or gamma 2.2 transfer function.
The task list for the VK_QCOM_ycbcr_degamma release is:
As each component is made public, the task will be checked off. When all tasks have been completed this issue will be closed and the extension will be fully released.
Allows implementations to apply sRGB degamma (sRGB EOTF) to YCbCr format images during texture filtering by extending
VkSamplerYcbcrConversionCreateInfo. The degamma can be selectively applied to the Y (luma) and/or CbCr (chroma) components, enabling texture filtering to operate in linear space and improving quality for camera YCbCr images encoded with an sRGB or gamma 2.2 transfer function.The task list for the VK_QCOM_ycbcr_degamma release is:
As each component is made public, the task will be checked off. When all tasks have been completed this issue will be closed and the extension will be fully released.