vsg  1.1.0
VulkanSceneGraph library
Public Member Functions | Public Attributes | List of all members
vsg::DrawIndirectCommand Struct Reference

Equivalent to VkDrawIndirectCommand that adds read/write support. More...

#include <DrawIndirectCommand.h>

Public Member Functions

void read (vsg::Input &input)
 
void write (vsg::Output &output) const
 

Public Attributes

uint32_t vertexCount
 
uint32_t instanceCount
 
uint32_t firstVertex
 
uint32_t firstInstance
 

Detailed Description

Equivalent to VkDrawIndirectCommand that adds read/write support.


The documentation for this struct was generated from the following file: