![]() |
Divide Framework 0.1
A free and open-source 3D Framework under heavy development
|
#include <GenericDrawCommand.h>
Public Attributes | |
IndirectIndexedDrawCommand | _cmd {} |
PoolHandle | _sourceBuffer {} |
U32 | _commandOffset { 0u } |
U16 | _drawCount { 1u } |
U8 | _renderOptions { to_base(CmdRenderOptions::RENDER_GEOMETRY) } |
U8 | _bufferFlag { 0u } |
Definition at line 84 of file GenericDrawCommand.h.
U8 Divide::GenericDrawCommand::_bufferFlag { 0u } |
Definition at line 90 of file GenericDrawCommand.h.
IndirectIndexedDrawCommand Divide::GenericDrawCommand::_cmd {} |
Definition at line 85 of file GenericDrawCommand.h.
U32 Divide::GenericDrawCommand::_commandOffset { 0u } |
Definition at line 87 of file GenericDrawCommand.h.
U16 Divide::GenericDrawCommand::_drawCount { 1u } |
Definition at line 88 of file GenericDrawCommand.h.
U8 Divide::GenericDrawCommand::_renderOptions { to_base(CmdRenderOptions::RENDER_GEOMETRY) } |
Definition at line 89 of file GenericDrawCommand.h.
PoolHandle Divide::GenericDrawCommand::_sourceBuffer {} |
Definition at line 86 of file GenericDrawCommand.h.