VkCreateDescriptorPoolNative typedef

VkCreateDescriptorPoolNative = Int32 Function(Pointer<VkDevice> device, Pointer<VkDescriptorPoolCreateInfo> pCreateInfo, Pointer<VkAllocationCallbacks> pAllocator, Pointer<Pointer<VkDescriptorPool>> pDescriptorPool)

Implementation

typedef VkCreateDescriptorPoolNative = Int32 Function(
    Pointer<VkDevice> device,
    Pointer<VkDescriptorPoolCreateInfo> pCreateInfo,
    Pointer<VkAllocationCallbacks> pAllocator,
    Pointer<Pointer<VkDescriptorPool>> pDescriptorPool);