Kanzi 4.0.0-beta2
kanzi::GlRenderState::TextureRenderValue Struct Reference

Per texture value. More...

#include <kanzi/core.ui/graphics3d/gl_render_state.hpp>

Public Attributes

HandleType heightHandle
 Texture height uniform handle.
 
HandleType sizeHandle
 Texture size uniform handle.
 
TextureWeakPtr value
 Texture value.
 
HandleType widthHandle
 Texture width uniform handle.
 

Detailed Description

Per texture value.

Member Data Documentation

◆ widthHandle

HandleType kanzi::GlRenderState::TextureRenderValue::widthHandle

Texture width uniform handle.

◆ heightHandle

HandleType kanzi::GlRenderState::TextureRenderValue::heightHandle

Texture height uniform handle.

◆ sizeHandle

HandleType kanzi::GlRenderState::TextureRenderValue::sizeHandle

Texture size uniform handle.

◆ value

TextureWeakPtr kanzi::GlRenderState::TextureRenderValue::value

Texture value.


The documentation for this struct was generated from the following file: