VkFreeCommandBuffers typedef

VkFreeCommandBuffers = void Function(Pointer<VkDevice> device, Pointer<VkCommandPool> commandPool, int commandBufferCount, Pointer<Pointer<VkCommandBuffer>> pCommandBuffers)

Implementation

typedef VkFreeCommandBuffers = void Function(
    Pointer<VkDevice> device,
    Pointer<VkCommandPool> commandPool,
    int commandBufferCount,
    Pointer<Pointer<VkCommandBuffer>> pCommandBuffers);