15#include <vsg/commands/Command.h>
16#include <vsg/nodes/Node.h>
17#include <vsg/state/BufferInfo.h>
32 uint32_t indexCount = 0;
33 uint32_t instanceCount = 0;
34 uint32_t firstIndex = 0;
35 uint32_t vertexOffset = 0;
36 uint32_t firstInstance = 0;
38 uint32_t firstBinding = 0;
39 BufferInfoList arrays;
42 void assignArrays(
const DataList& in_arrays);
49 void read(
Input& input)
override;
50 void write(
Output& output)
const override;
52 void compile(
Context& context)
override;
59 VkIndexType indexType = VK_INDEX_TYPE_UINT16;
CommandBuffer encapsulates VkCommandBuffer.
Definition CommandBuffer.h:27
Definition VertexIndexDraw.h:25
int compare(const Object &rhs) const override
compare two objects, return -1 if this object is less than rhs, return 0 if it's equal,...
ref_ptr< Object > clone(const CopyOp ©op={}) const override
Definition VertexIndexDraw.h:46
vk_buffer that manages a single logical device supported.
Definition vk_buffer.h:28