VkFreeCommandBuffersNative typedef

VkFreeCommandBuffersNative = Void Function(Pointer<VkDevice> device, Pointer<VkCommandPool> commandPool, Uint32 commandBufferCount, Pointer<Pointer<VkCommandBuffer>> pCommandBuffers)

Implementation

typedef VkFreeCommandBuffersNative = Void Function(
    Pointer<VkDevice> device,
    Pointer<VkCommandPool> commandPool,
    Uint32 commandBufferCount,
    Pointer<Pointer<VkCommandBuffer>> pCommandBuffers);