- cinder::gl::TextureBase::Format
 - cinder::gl::TextureCubeMap::Format
 
Show All | 
Public Member Functions
- 
Format &mipmap (bool enableMipmapping=true)
 - 
Format &internalFormat (GLint internalFormat)
 - 
Format &wrap (GLenum wrap)
 - 
Format &wrapS (GLenum wrapS)
 - 
Format &wrapT (GLenum wrapT)
 - 
Format &wrapR (GLenum wrapR)
 - 
Format &minFilter (GLenum minFilter)
 - 
Format &magFilter (GLenum magFilter)
 - 
voidsetCompareMode (GLenum compareMode)
 - 
voidsetCompareFunc (GLenum compareFunc)
 
Protected Attributes
- 
std::function< void(TextureCubeMap *)>mDeleter
 - 
friendTextureCubeMap
 - 
GLenummTarget
 - 
GLenummWrapS
 - 
GLenummWrapT
 - 
GLenummWrapR
 - 
GLenummMinFilter
 - 
GLenummMagFilter
 - 
GLintmCompareMode
 - 
GLintmCompareFunc
 - 
boolmMipmapping
 - 
boolmMipmappingSpecified
 - 
boolmMinFilterSpecified
 - 
GLuintmBaseMipmapLevel
 - 
GLintmMaxMipmapLevel
 - 
boolmImmutableStorage
 - 
GLfloatmMaxAnisotropy
 - 
GLintmInternalFormat
 - 
GLintmDataType
 - 
boolmSwizzleSpecified
 - 
std::array< GLint, 4 >mSwizzleMask
 - 
boolmBorderSpecified
 - 
std::array< GLfloat, 4 >mBorderColor
 - 
std::stringmLabel
 - 
boolmPerGpuStorageSpecifiedNV
 - 
boolmPerGpuStorageEnabledNV
 - 
mIntermediatePbo