![]()  | 
  
    CUGL 1.1
    
   Cornell University Game Library 
   | 
 
This is the complete list of members for cugl::Texture, including all inherited members.
| alloc(int width, int height, PixelFormat format=PixelFormat::RGBA) | cugl::Texture | inlinestatic | 
| allocWithData(const void *data, int width, int height, PixelFormat format=PixelFormat::RGBA) | cugl::Texture | inlinestatic | 
| allocWithFile(const std::string &filename) | cugl::Texture | inlinestatic | 
| bind() | cugl::Texture | |
| buildMipMaps() | cugl::Texture | |
| dispose() | cugl::Texture | |
| getBuffer() | cugl::Texture | inline | 
| getFormat() const | cugl::Texture | inline | 
| getHeight() const | cugl::Texture | inline | 
| getMagFilter() const | cugl::Texture | inline | 
| getMaxS() const | cugl::Texture | inline | 
| getMaxT() const | cugl::Texture | inline | 
| getMinFilter() const | cugl::Texture | inline | 
| getMinS() const | cugl::Texture | inline | 
| getMinT() const | cugl::Texture | inline | 
| getName() const | cugl::Texture | inline | 
| getParent() const | cugl::Texture | inline | 
| getParent() | cugl::Texture | inline | 
| getSize() | cugl::Texture | inline | 
| getSubTexture(GLfloat minS, GLfloat maxS, GLfloat minT, GLfloat maxT) | cugl::Texture | |
| getWidth() const | cugl::Texture | inline | 
| getWrapS() const | cugl::Texture | inline | 
| getWrapT() const | cugl::Texture | inline | 
| hasMipMaps() const | cugl::Texture | inline | 
| init(int width, int height, PixelFormat format=PixelFormat::RGBA) | cugl::Texture | |
| initWithData(const void *data, int width, int height, PixelFormat format=PixelFormat::RGBA) | cugl::Texture | |
| initWithFile(const std::string &filename) | cugl::Texture | |
| isActive() const | cugl::Texture | inline | 
| isReady() const | cugl::Texture | inline | 
| isSubTexture() const | cugl::Texture | inline | 
| operator std::string() const | cugl::Texture | inline | 
| operator=(const void *data) | cugl::Texture | inline | 
| PixelFormat enum name | cugl::Texture | |
| set(const void *data) | cugl::Texture | |
| setMagFilter(GLuint magFilter) | cugl::Texture | |
| setMinFilter(GLuint minFilter) | cugl::Texture | |
| setName(std::string name) | cugl::Texture | inline | 
| setWrapS(GLuint wrap) | cugl::Texture | |
| setWrapT(GLuint wrap) | cugl::Texture | |
| Texture() | cugl::Texture | |
| toString(bool verbose=false) const | cugl::Texture | |
| unbind() | cugl::Texture | |
| ~Texture() | cugl::Texture | inline | 
 1.8.10