Skip to main content

PFN_vkCreateSamplerYcbcrConversion

Type Alias PFN_vkCreateSamplerYcbcrConversion 

Source
pub type PFN_vkCreateSamplerYcbcrConversion = Option<unsafe extern "system" fn(device: Device, p_create_info: *const SamplerYcbcrConversionCreateInfo, p_allocator: *const AllocationCallbacks, p_ycbcr_conversion: *mut SamplerYcbcrConversion) -> Result>;
Expand description

vkCreateSamplerYcbcrConversion Provided by VK_COMPUTE_VERSION_1_1.

§Success Codes

  • VK_SUCCESS

§Error Codes

  • VK_ERROR_OUT_OF_HOST_MEMORY
  • VK_ERROR_OUT_OF_DEVICE_MEMORY
  • VK_ERROR_UNKNOWN
  • VK_ERROR_VALIDATION_FAILED

Aliased Type§

pub enum PFN_vkCreateSamplerYcbcrConversion {
    None,
    Some(unsafe extern "system" fn(Device, *const SamplerYcbcrConversionCreateInfo, *const AllocationCallbacks, *mut SamplerYcbcrConversion) -> Result),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "system" fn(Device, *const SamplerYcbcrConversionCreateInfo, *const AllocationCallbacks, *mut SamplerYcbcrConversion) -> Result)

Some value of type T.