VkCreateSamplerYcbcrConversionNative typedef

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

Implementation

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