|
candlewick 0.10.0-4-g76c0
A tiny cross-platform renderer based on SDL3
|
#include <candlewick/core/GuiSystem.h>
Public Types | |
| using | GuiBehavior = std::function<void(const RenderContext &)> |
Public Member Functions | |
| GuiSystem (const RenderContext &renderer, GuiBehavior behav) | |
| GuiSystem (GuiSystem &&other) noexcept | |
| void | render (CommandBuffer &cmdBuf) |
| void | release () |
| bool | initialized () const |
| using candlewick::GuiSystem::GuiBehavior = std::function<void(const RenderContext &)> |
| candlewick::GuiSystem::GuiSystem | ( | const RenderContext & | renderer, |
| GuiBehavior | behav ) |
|
inlinenoexcept |
|
inline |
| void candlewick::GuiSystem::release | ( | ) |
| void candlewick::GuiSystem::render | ( | CommandBuffer & | cmdBuf | ) |