Go to the source code of this file.
|
namespace | Divide |
| Handle console commands that start with a forward slash.
|
|
|
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 |
|
◆ DVD_GENERIC_DRAW_COMMAND_INL_
#define DVD_GENERIC_DRAW_COMMAND_INL_ |