Container for texture render value and the width/height uniforms. More...
#include <kanzi/core.ui/platform/graphics_backend/gl/gl_render_state.hpp>
Public Member Functions | |
HandleType | getHeightHandle () const |
Gets the height uniform handle. | |
HandleType | getSizeHandle () const |
Gets the size uniform handle. | |
HandleType | getWidthHandle () const |
Gets the width uniform handle. | |
TextureRenderValue & | operator= (TextureRenderValue &&other)=default |
Move operator. | |
TextureRenderValue (int uniformLocation, string_view name, HandleType widthHandle, HandleType heightHandle, HandleType sizeHandle) | |
Constructor. | |
TextureRenderValue (TextureRenderValue &&other)=default | |
Move constructor. | |
Public Member Functions inherited from kanzi::GlRenderValue< TextureSharedPtr > | |
TextureSharedPtr | get () const |
Get a shared pointer to the texture contained in this object. | |
GlRenderValue ()=default | |
Empty constructor. | |
GlRenderValue (GlRenderValue &&other)=default | |
Move constructor. | |
GlRenderValue (int uniformLocation, string_view name) | |
Constructor. | |
GlRenderValue (Material &material, string_view name) | |
Constructor. | |
GlRenderValue & | operator= (GlRenderValue &&other)=default |
Move operator. | |
void | set (const TextureSharedPtr &value) |
Set the weak pointer to the texture resource. | |
Public Member Functions inherited from kanzi::GlRenderValueBase | |
const char * | getName () const |
Access name. | |
int | getUniformLocation () const |
Gets uniform location. | |
GlRenderValueBase ()=default | |
Constructor. | |
GlRenderValueBase (GlRenderValueBase &&other)=default | |
Move constructor. | |
GlRenderValueBase (int uniformLocation, string_view name) | |
Constructor. | |
GlRenderValueBase (Material &material, string_view name) | |
Constructor. | |
bool | isDirty () const |
Tells if this value is dirty. | |
bool | isNamed (string_view name) const |
Tells if the render value has given name. | |
bool | isValid () const |
Tells if this value information is valid. | |
GlRenderValueBase & | operator= (GlRenderValueBase &&other)=default |
Move operator. | |
void | setDirty (bool enabled) |
Sets dirty status. | |
void | setUniformLocation (int uniformLocation) |
Sets uniform location. | |
Additional Inherited Members | |
Protected Attributes inherited from kanzi::GlRenderValueBase | |
bool | m_dirty |
Is this value dirty and needs updating? | |
ImmutableString | m_name |
Name of the render value. | |
int | m_uniformLocation |
Uniform location. | |
Container for texture render value and the width/height uniforms.
Texture render values require also the handles for width and
|
inlineexplicit |
|
default |
Move constructor.
other | Source object. |
|
default |
Move operator.
other | Source object. |
|
inline |
Gets the width uniform handle.
|
inline |
Gets the height uniform handle.
|
inline |
Gets the size uniform handle.