|
Unravel Engine C++ Reference
|
#include <RmlUi_RenderLayerStack.h>
Public Member Functions | |
| RmlUi_RenderLayerStack () | |
| ~RmlUi_RenderLayerStack () | |
| auto | push_layer () -> Rml::LayerHandle |
| void | pop_layer () |
| auto | get_layer (Rml::LayerHandle layer) const -> const RmlUi_LayerFramebuffer & |
| auto | get_layer (Rml::LayerHandle layer) -> RmlUi_LayerFramebuffer & |
| auto | get_top_layer () const -> const RmlUi_LayerFramebuffer & |
| auto | get_top_layer () -> RmlUi_LayerFramebuffer & |
| auto | get_top_layer_handle () const -> Rml::LayerHandle |
| auto | get_top_layer_handle () -> Rml::LayerHandle |
| auto | get_layers_size () const -> int |
| auto | get_postprocess_primary () -> const RmlUi_LayerFramebuffer & |
| auto | get_postprocess_secondary () -> const RmlUi_LayerFramebuffer & |
| auto | get_postprocess_tertiary () -> const RmlUi_LayerFramebuffer & |
| auto | get_blend_mask () -> const RmlUi_LayerFramebuffer & |
| void | swap_postprocess_primary_secondary () |
| void | begin_frame (int new_width, int new_height) |
| void | end_frame () |
Definition at line 45 of file RmlUi_RenderLayerStack.h.
| unravel::RmlUi_RenderLayerStack::RmlUi_RenderLayerStack | ( | ) |
Definition at line 19 of file RmlUi_RenderLayerStack.cpp.
| unravel::RmlUi_RenderLayerStack::~RmlUi_RenderLayerStack | ( | ) |
Definition at line 24 of file RmlUi_RenderLayerStack.cpp.
| void unravel::RmlUi_RenderLayerStack::begin_frame | ( | int | new_width, |
| int | new_height ) |
Definition at line 115 of file RmlUi_RenderLayerStack.cpp.
| void unravel::RmlUi_RenderLayerStack::end_frame | ( | ) |
Definition at line 130 of file RmlUi_RenderLayerStack.cpp.
|
inline |
Definition at line 67 of file RmlUi_RenderLayerStack.h.
| auto unravel::RmlUi_RenderLayerStack::get_layer | ( | Rml::LayerHandle | layer | ) | -> RmlUi_LayerFramebuffer& |
Definition at line 82 of file RmlUi_RenderLayerStack.cpp.
| auto unravel::RmlUi_RenderLayerStack::get_layer | ( | Rml::LayerHandle | layer | ) | const -> const RmlUi_LayerFramebuffer& |
Definition at line 76 of file RmlUi_RenderLayerStack.cpp.
|
inline |
Definition at line 62 of file RmlUi_RenderLayerStack.h.
|
inline |
Definition at line 64 of file RmlUi_RenderLayerStack.h.
|
inline |
Definition at line 65 of file RmlUi_RenderLayerStack.h.
|
inline |
Definition at line 66 of file RmlUi_RenderLayerStack.h.
| auto unravel::RmlUi_RenderLayerStack::get_top_layer | ( | ) | -> RmlUi_LayerFramebuffer& |
Definition at line 93 of file RmlUi_RenderLayerStack.cpp.
| auto unravel::RmlUi_RenderLayerStack::get_top_layer | ( | ) | const -> const RmlUi_LayerFramebuffer& |
Definition at line 88 of file RmlUi_RenderLayerStack.cpp.
| auto unravel::RmlUi_RenderLayerStack::get_top_layer_handle | ( | ) | -> Rml::LayerHandle |
Definition at line 104 of file RmlUi_RenderLayerStack.cpp.
| auto unravel::RmlUi_RenderLayerStack::get_top_layer_handle | ( | ) | const -> Rml::LayerHandle |
Definition at line 98 of file RmlUi_RenderLayerStack.cpp.
| void unravel::RmlUi_RenderLayerStack::pop_layer | ( | ) |
Definition at line 62 of file RmlUi_RenderLayerStack.cpp.
| auto unravel::RmlUi_RenderLayerStack::push_layer | ( | ) | -> Rml::LayerHandle |
Definition at line 29 of file RmlUi_RenderLayerStack.cpp.
| void unravel::RmlUi_RenderLayerStack::swap_postprocess_primary_secondary | ( | ) |
Definition at line 110 of file RmlUi_RenderLayerStack.cpp.