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

#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 }
 

Detailed Description

Definition at line 84 of file GenericDrawCommand.h.

Member Data Documentation

◆ _bufferFlag

U8 Divide::GenericDrawCommand::_bufferFlag { 0u }

Definition at line 90 of file GenericDrawCommand.h.

◆ _cmd

IndirectIndexedDrawCommand Divide::GenericDrawCommand::_cmd {}

Definition at line 85 of file GenericDrawCommand.h.

◆ _commandOffset

U32 Divide::GenericDrawCommand::_commandOffset { 0u }

Definition at line 87 of file GenericDrawCommand.h.

◆ _drawCount

U16 Divide::GenericDrawCommand::_drawCount { 1u }

Definition at line 88 of file GenericDrawCommand.h.

◆ _renderOptions

U8 Divide::GenericDrawCommand::_renderOptions { to_base(CmdRenderOptions::RENDER_GEOMETRY) }

Definition at line 89 of file GenericDrawCommand.h.

◆ _sourceBuffer

PoolHandle Divide::GenericDrawCommand::_sourceBuffer {}

Definition at line 86 of file GenericDrawCommand.h.


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