VkAllocateCommandBuffersNative typedef

VkAllocateCommandBuffersNative = Int32 Function(Pointer<VkDevice> device, Pointer<VkCommandBufferAllocateInfo> pAllocateInfo, Pointer<Pointer<VkCommandBuffer>> pCommandBuffers)

Implementation

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