Inviwo  0.9.10.1
Inviwo documentation
inviwo::utilgl::TexEnv Struct Reference

RAII object for texture environments of a texture bound to a given texture unit. More...

#include <openglutils.h>

Public Member Functions

 TexEnv (TexEnv const &)=delete
 
TexEnvoperator= (TexEnv const &that)=delete
 
 TexEnv (const TextureUnit &unit, GLenum target, GLenum name, GLint value)
 
 TexEnv (TexEnv &&rhs)
 
TexEnvoperator= (TexEnv &&that)
 

Detailed Description

RAII object for texture environments of a texture bound to a given texture unit.

See also
glTexEnvi

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