Kanzi  3.9.8
Kanzi Engine C++ API
kanzi::ShaderTextureUniform Struct Reference

Specifies single texture uniform entry. More...

#include <kanzi/core.ui/platform/graphics_backend/gl/shader.hpp>

Public Member Functions

 ShaderTextureUniform ()
 

Public Attributes

int textureHeightUniformLocation
 Location of texture height uniform. More...
 
int textureSizeUniformLocation
 Location of texture size uniform. More...
 
int textureWidthUniformLocation
 Location of texture width uniform. More...
 

Detailed Description

Specifies single texture uniform entry.

Constructor & Destructor Documentation

kanzi::ShaderTextureUniform::ShaderTextureUniform ( )
inlineexplicit

Member Data Documentation

int kanzi::ShaderTextureUniform::textureWidthUniformLocation

Location of texture width uniform.

int kanzi::ShaderTextureUniform::textureHeightUniformLocation

Location of texture height uniform.

int kanzi::ShaderTextureUniform::textureSizeUniformLocation

Location of texture size uniform.


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