VkAllocateDescriptorSets typedef

VkAllocateDescriptorSets = int Function(Pointer<VkDevice> device, Pointer<VkDescriptorSetAllocateInfo> pAllocateInfo, Pointer<Pointer<VkDescriptorSet>> pDescriptorSets)

Implementation

typedef VkAllocateDescriptorSets = int Function(
    Pointer<VkDevice> device,
    Pointer<VkDescriptorSetAllocateInfo> pAllocateInfo,
    Pointer<Pointer<VkDescriptorSet>> pDescriptorSets);