VkCmdExecuteCommandsNative typedef

VkCmdExecuteCommandsNative = Void Function(Pointer<VkCommandBuffer> commandBuffer, Uint32 commandBufferCount, Pointer<Pointer<VkCommandBuffer>> pCommandBuffers)

Implementation

typedef VkCmdExecuteCommandsNative = Void Function(
    Pointer<VkCommandBuffer> commandBuffer,
    Uint32 commandBufferCount,
    Pointer<Pointer<VkCommandBuffer>> pCommandBuffers);