VkDestroySamplerYcbcrConversionKHR typedef

VkDestroySamplerYcbcrConversionKHR = void Function(Pointer<VkDevice> device, Pointer<VkSamplerYcbcrConversion> ycbcrConversion, Pointer<VkAllocationCallbacks> pAllocator)

Implementation

typedef VkDestroySamplerYcbcrConversionKHR = void Function(
    Pointer<VkDevice> device,
    Pointer<VkSamplerYcbcrConversion> ycbcrConversion,
    Pointer<VkAllocationCallbacks> pAllocator);