Divide Framework 0.1
A free and open-source 3D Framework under heavy development
Loading...
Searching...
No Matches
Divide::IndirectNonIndexedDrawCommand Struct Reference

#include <GenericDrawCommand.h>

Public Attributes

U32 vertexCount {0u}
 
U32 instanceCount {1u}
 
U32 firstIndex {0u}
 
union {
   U32   baseInstance { 0u }
 
   U32   firstInstance
 
}; 
 

Detailed Description

Definition at line 61 of file GenericDrawCommand.h.

Member Data Documentation

◆ 

union { ... } Divide::IndirectNonIndexedDrawCommand::@99

◆ baseInstance

U32 Divide::IndirectNonIndexedDrawCommand::baseInstance { 0u }

Definition at line 68 of file GenericDrawCommand.h.

◆ firstIndex

U32 Divide::IndirectNonIndexedDrawCommand::firstIndex {0u}

Definition at line 65 of file GenericDrawCommand.h.

◆ firstInstance

U32 Divide::IndirectNonIndexedDrawCommand::firstInstance

Definition at line 69 of file GenericDrawCommand.h.

◆ instanceCount

U32 Divide::IndirectNonIndexedDrawCommand::instanceCount {1u}

Definition at line 64 of file GenericDrawCommand.h.

◆ vertexCount

U32 Divide::IndirectNonIndexedDrawCommand::vertexCount {0u}

Definition at line 63 of file GenericDrawCommand.h.


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