OpenSceneGraph
Public Member Functions | Public Attributes | List of all members
osg::DrawElementsIndirectCommand Struct Reference

default implementation of IndirectCommandDrawElements DrawElementsCommand More...

Public Member Functions

 DrawElementsIndirectCommand (unsigned int pcount=0, unsigned int pinstanceCount=0, unsigned int pfirstIndex=0, unsigned int pbaseVertex=0, unsigned int pbaseInstance=0)
 

Public Attributes

unsigned int count
 
unsigned int instanceCount
 
unsigned int firstIndex
 
unsigned int baseVertex
 
unsigned int baseInstance
 

Detailed Description

default implementation of IndirectCommandDrawElements DrawElementsCommand

Constructor & Destructor Documentation

◆ DrawElementsIndirectCommand()

osg::DrawElementsIndirectCommand::DrawElementsIndirectCommand ( unsigned int  pcount = 0,
unsigned int  pinstanceCount = 0,
unsigned int  pfirstIndex = 0,
unsigned int  pbaseVertex = 0,
unsigned int  pbaseInstance = 0 
)
inline

Member Data Documentation

◆ baseInstance

unsigned int osg::DrawElementsIndirectCommand::baseInstance

◆ baseVertex

unsigned int osg::DrawElementsIndirectCommand::baseVertex

◆ count

unsigned int osg::DrawElementsIndirectCommand::count

◆ firstIndex

unsigned int osg::DrawElementsIndirectCommand::firstIndex

◆ instanceCount

unsigned int osg::DrawElementsIndirectCommand::instanceCount

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