VkAllocateCommandBuffers typedef

VkAllocateCommandBuffers = int Function(Pointer<VkDevice> device, Pointer<VkCommandBufferAllocateInfo> pAllocateInfo, Pointer<Pointer<VkCommandBuffer>> pCommandBuffers)

Implementation

typedef VkAllocateCommandBuffers = int Function(
    Pointer<VkDevice> device,
    Pointer<VkCommandBufferAllocateInfo> pAllocateInfo,
    Pointer<Pointer<VkCommandBuffer>> pCommandBuffers);