15#include <vsg/vk/CommandBuffer.h>
17#include <vsg/commands/Command.h>
38 void write(
Output& output)
const override;
42 vkCmdDrawIndexed(commandBuffer, indexCount, instanceCount, firstIndex, vertexOffset, firstInstance);
CommandBuffer encapsulates VkCommandBuffer.
Definition CommandBuffer.h:27
DrawIndexed command encapsulates vkCmdDrawIndexed call and associated settings.
Definition DrawIndexed.h:24
int compare(const Object &rhs_object) const override
compare two objects, return -1 if this object is less than rhs, return 0 if it's equal,...
std container adapter for allocating with MEMORY_AFFINITY_NODES
Definition Allocator.h:138