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

Go to the source code of this file.

Namespaces

namespace  Divide
 Handle console commands that start with a forward slash.
 

Macros

#define DVD_GENERIC_DRAW_COMMAND_INL_
 

Functions

bool Divide::isEnabledOption (const GenericDrawCommand &cmd, CmdRenderOptions option) noexcept
 
void Divide::enableOption (GenericDrawCommand &cmd, CmdRenderOptions option) noexcept
 
void Divide::disableOption (GenericDrawCommand &cmd, CmdRenderOptions option) noexcept
 
void Divide::toggleOption (GenericDrawCommand &cmd, CmdRenderOptions option) noexcept
 
void Divide::setOption (GenericDrawCommand &cmd, CmdRenderOptions option, bool state) noexcept
 
void Divide::enableOptions (GenericDrawCommand &cmd, BaseType< CmdRenderOptions > optionsMask) noexcept
 
void Divide::disableOptions (GenericDrawCommand &cmd, BaseType< CmdRenderOptions > optionsMask) noexcept
 
void Divide::setOptions (GenericDrawCommand &cmd, BaseType< CmdRenderOptions > optionsMask, bool state) noexcept
 
void Divide::resetOptions (GenericDrawCommand &cmd) noexcept
 

Macro Definition Documentation

◆ DVD_GENERIC_DRAW_COMMAND_INL_

#define DVD_GENERIC_DRAW_COMMAND_INL_

Definition at line 33 of file GenericDrawCommand.inl.