VkCreateSamplerYcbcrConversionKHRNative typedef

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

Implementation

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