get() const | kanzi::GlRenderValue< TextureSharedPtr > | inline |
getHeightHandle() const | kanzi::GlRenderState::TextureRenderValue | inline |
getName() const | kanzi::GlRenderValueBase | inline |
getSizeHandle() const | kanzi::GlRenderState::TextureRenderValue | inline |
getUniformLocation() const | kanzi::GlRenderValueBase | inline |
getWidthHandle() const | kanzi::GlRenderState::TextureRenderValue | inline |
GlRenderValue()=default | kanzi::GlRenderValue< TextureSharedPtr > | explicit |
GlRenderValue(Material &material, string_view name) | kanzi::GlRenderValue< TextureSharedPtr > | inlineexplicit |
GlRenderValue(int uniformLocation, string_view name) | kanzi::GlRenderValue< TextureSharedPtr > | inlineexplicit |
GlRenderValue(GlRenderValue &&other)=default | kanzi::GlRenderValue< TextureSharedPtr > | |
GlRenderValueBase()=default | kanzi::GlRenderValueBase | explicit |
GlRenderValueBase(Material &material, string_view name) | kanzi::GlRenderValueBase | explicit |
GlRenderValueBase(int uniformLocation, string_view name) | kanzi::GlRenderValueBase | inlineexplicit |
GlRenderValueBase(GlRenderValueBase &&other)=default | kanzi::GlRenderValueBase | |
isDirty() const | kanzi::GlRenderValueBase | inline |
isNamed(string_view name) const | kanzi::GlRenderValueBase | inline |
isValid() const | kanzi::GlRenderValueBase | inline |
m_dirty | kanzi::GlRenderValueBase | protected |
m_name | kanzi::GlRenderValueBase | protected |
m_uniformLocation | kanzi::GlRenderValueBase | protected |
operator=(TextureRenderValue &&other)=default | kanzi::GlRenderState::TextureRenderValue | |
kanzi::GlRenderValue< TextureSharedPtr >::operator=(GlRenderValue &&other)=default | kanzi::GlRenderValue< TextureSharedPtr > | |
kanzi::GlRenderValueBase::operator=(GlRenderValueBase &&other)=default | kanzi::GlRenderValueBase | |
set(const TextureSharedPtr &value) | kanzi::GlRenderValue< TextureSharedPtr > | inline |
setDirty(bool enabled) | kanzi::GlRenderValueBase | inline |
setUniformLocation(int uniformLocation) | kanzi::GlRenderValueBase | inline |
TextureRenderValue(int uniformLocation, string_view name, HandleType widthHandle, HandleType heightHandle, HandleType sizeHandle) | kanzi::GlRenderState::TextureRenderValue | inlineexplicit |
TextureRenderValue(TextureRenderValue &&other)=default | kanzi::GlRenderState::TextureRenderValue | |