Rubeus::GraphicComponents::RUILayer class
Rendering Layer used for drawing UI elements to the screen.
Contents
Base classes
- class Rubeus::GraphicComponents::RLayer
- A layer class. Manages layer renders and groups.
Constructors, destructors, conversion operators
- RUILayer(RShaderComponent& shader)
- Constructor. Initialises the layer's shader.
- ~RUILayer() virtual
- Destructor.
Public functions
Function documentation
Rubeus:: GraphicComponents:: RUILayer:: RUILayer(RShaderComponent& shader)
Constructor. Initialises the layer's shader.
Parameters | |
---|---|
shader | The shader to be alloted to this layer. |
void Rubeus:: GraphicComponents:: RUILayer:: draw() override
Draws the layer.