Vireo  0.0
Vireo 3D Rendering Hardware Interface
DrawIndirectCommand Struct Reference

Detailed Description

Structure specifying an indirect drawing command

Public Attributes

uint32_t vertexCount {0}
 Number of vertices to draw per instance. More...
 
uint32_t instanceCount {1}
 Number of instances to draw. More...
 
uint32_t firstVertex {0}
 Index of the first vertex to draw. More...
 
uint32_t firstInstance {0}
 Index of the first instance. More...
 

Member Data Documentation

uint32_t firstInstance {0}

Index of the first instance.

uint32_t firstVertex {0}

Index of the first vertex to draw.

uint32_t instanceCount {1}

Number of instances to draw.

uint32_t vertexCount {0}

Number of vertices to draw per instance.