VkCmdExecuteCommands typedef

VkCmdExecuteCommands = void Function(Pointer<VkCommandBuffer> commandBuffer, int commandBufferCount, Pointer<Pointer<VkCommandBuffer>> pCommandBuffers)

Implementation

typedef VkCmdExecuteCommands = void Function(
    Pointer<VkCommandBuffer> commandBuffer,
    int commandBufferCount,
    Pointer<Pointer<VkCommandBuffer>> pCommandBuffers);