![]() |
Divide Framework 0.1
A free and open-source 3D Framework under heavy development
|
#include <GenericDrawCommand.h>
Public Attributes | |
U32 | vertexCount {0u} |
U32 | instanceCount {1u} |
U32 | firstIndex {0u} |
union { | |
U32 baseInstance { 0u } | |
U32 firstInstance | |
}; | |
Definition at line 61 of file GenericDrawCommand.h.
union { ... } Divide::IndirectNonIndexedDrawCommand::@99 |
U32 Divide::IndirectNonIndexedDrawCommand::baseInstance { 0u } |
Definition at line 68 of file GenericDrawCommand.h.
U32 Divide::IndirectNonIndexedDrawCommand::firstIndex {0u} |
Definition at line 65 of file GenericDrawCommand.h.
U32 Divide::IndirectNonIndexedDrawCommand::firstInstance |
Definition at line 69 of file GenericDrawCommand.h.
U32 Divide::IndirectNonIndexedDrawCommand::instanceCount {1u} |
Definition at line 64 of file GenericDrawCommand.h.
U32 Divide::IndirectNonIndexedDrawCommand::vertexCount {0u} |
Definition at line 63 of file GenericDrawCommand.h.