|
SleakEngine 1.0.0
C++23 multi-backend game engine
|
Switches the cull-face mode. More...
#include <RenderCommands.hpp>
Public Member Functions | |
| SetRenderFaceCommand (RenderFace face) | |
| void | Execute (RenderContext *context) override |
| Replays this command into the main forward/deferred pass. | |
| CommandType | GetType () const override |
| Public Member Functions inherited from Sleak::RenderEngine::RenderCommandBase | |
| virtual | ~RenderCommandBase ()=default |
| bool | CastsShadow () const |
| virtual void | ExecuteShadow (RenderContext *context) |
| uint32_t | GetOwnerObjectID () const |
| virtual bool | IsSkinned () const |
| void | SetCastsShadow (bool v) |
| void | SetOwnerObjectID (uint32_t id) |
Switches the cull-face mode.
Definition at line 193 of file RenderCommands.hpp.
| Sleak::RenderEngine::SetRenderFaceCommand::SetRenderFaceCommand | ( | RenderFace | face | ) |
Definition at line 148 of file RenderCommands.cpp.
|
overridevirtual |
Replays this command into the main forward/deferred pass.
Implements Sleak::RenderEngine::RenderCommandBase.
Definition at line 150 of file RenderCommands.cpp.
|
inlineoverridevirtual |
Implements Sleak::RenderEngine::RenderCommandBase.
Definition at line 197 of file RenderCommands.hpp.