|
vsg 1.1.13
VulkanSceneGraph library
|
Equivalent to VkDrawIndexedIndirectCommand that adds read/write support. More...
#include <DrawIndexedIndirectCommand.h>
Public Member Functions | |
| void | read (vsg::Input &input) |
| void | write (vsg::Output &output) const |
Public Attributes | |
| uint32_t | indexCount = 0 |
| uint32_t | instanceCount = 0 |
| uint32_t | firstIndex = 0 |
| int32_t | vertexOffset = 0 |
| uint32_t | firstInstance = 0 |
Equivalent to VkDrawIndexedIndirectCommand that adds read/write support.