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

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

#include <openglutils.h>

Public Member Functions

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

Detailed Description

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

See also
glTexParameteri

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