VkAllocateDescriptorSetsNative typedef

VkAllocateDescriptorSetsNative = Int32 Function(Pointer<VkDevice> device, Pointer<VkDescriptorSetAllocateInfo> pAllocateInfo, Pointer<Pointer<VkDescriptorSet>> pDescriptorSets)

Implementation

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