Cinder  0.9.1
Public Member Functions | List of all members
cinder::gl::ScopedTextureBind Struct Reference

#include <scoped.h>

Inherits cinder::Noncopyable.

Public Member Functions

 ScopedTextureBind (GLenum target, GLuint textureId)
 
 ScopedTextureBind (GLenum target, GLuint textureId, uint8_t textureUnit)
 
 ScopedTextureBind (const TextureBaseRef &texture)
 
 ScopedTextureBind (const TextureBaseRef &texture, uint8_t textureUnit)
 
 ~ScopedTextureBind ()
 

Constructor & Destructor Documentation

cinder::gl::ScopedTextureBind::ScopedTextureBind ( GLenum  target,
GLuint  textureId 
)
cinder::gl::ScopedTextureBind::ScopedTextureBind ( GLenum  target,
GLuint  textureId,
uint8_t  textureUnit 
)
cinder::gl::ScopedTextureBind::ScopedTextureBind ( const TextureBaseRef texture)
cinder::gl::ScopedTextureBind::ScopedTextureBind ( const TextureBaseRef texture,
uint8_t  textureUnit 
)
cinder::gl::ScopedTextureBind::~ScopedTextureBind ( )

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