VkCreateSamplerYcbcrConversion typedef

VkCreateSamplerYcbcrConversion = int Function(Pointer<VkDevice> device, Pointer<VkSamplerYcbcrConversionCreateInfo> pCreateInfo, Pointer<VkAllocationCallbacks> pAllocator, Pointer<Pointer<VkSamplerYcbcrConversion>> pYcbcrConversion)

Implementation

typedef VkCreateSamplerYcbcrConversion = int Function(
    Pointer<VkDevice> device,
    Pointer<VkSamplerYcbcrConversionCreateInfo> pCreateInfo,
    Pointer<VkAllocationCallbacks> pAllocator,
    Pointer<Pointer<VkSamplerYcbcrConversion>> pYcbcrConversion);