Handle
VkSamplerYcbcrConversion
Opaque handle to a device-specific sampler {YCbCr} conversion description
A sampler Y′CBCR conversion is an opaque representation of a
device-specific sampler Y′CBCR conversion description, represented as a
VkSamplerYcbcrConversion handle:
VK_DEFINE_NON_DISPATCHABLE_HANDLE(VkSamplerYcbcrConversion)
#[repr(transparent)]
pub struct SamplerYcbcrConversion(_);
typedef VkSamplerYcbcrConversion VkSamplerYcbcrConversionKHR;
type SamplerYcbcrConversionKHR = vk::SamplerYcbcrConversion;
Parent
VK_VERSION_1_1Type
Handle