|
CG-Project2
|
This is the complete list of members for ogl::Texture, including all inherited members.
| bind() const (defined in ogl::Texture) | ogl::Texture | |
| createTexture2D(void *data) (defined in ogl::Texture) | ogl::Texture | inline |
| fastCreateCustomTexture2D(const unsigned int &target, const unsigned int &level, const unsigned int &internalFormat, const unsigned int &width, const unsigned int &height, const unsigned int &border, const unsigned int &format, const unsigned int &type, void *data) (defined in ogl::Texture) | ogl::Texture | |
| fastCreateTexture2D(void *data) (defined in ogl::Texture) | ogl::Texture | |
| generateMipmap() (defined in ogl::Texture) | ogl::Texture | |
| getHeight() const (defined in ogl::Texture) | ogl::Texture | inline |
| getId() const (defined in ogl::Texture) | ogl::Texture | inline |
| getSize() const (defined in ogl::Texture) | ogl::Texture | inline |
| getWidth() const (defined in ogl::Texture) | ogl::Texture | inline |
| onAttach() (defined in ogl::Texture) | ogl::Texture | |
| onDetach() (defined in ogl::Texture) | ogl::Texture | |
| setHeight(const unsigned int &height) (defined in ogl::Texture) | ogl::Texture | inline |
| setSize(const Pair< unsigned int > &size) (defined in ogl::Texture) | ogl::Texture | inline |
| setTexParameterf(const unsigned int &pname, const float &pval) (defined in ogl::Texture) | ogl::Texture | |
| setTexParameteri(const unsigned int &pname, const int &pval) (defined in ogl::Texture) | ogl::Texture | |
| setWidth(const unsigned int &width) (defined in ogl::Texture) | ogl::Texture | inline |
| Texture()=default (defined in ogl::Texture) | ogl::Texture | |
| Texture(const TextureParams ¶ms, const Pair< unsigned int > &size) (defined in ogl::Texture) | ogl::Texture | inline |
| Texture(const TextureParams ¶ms, const unsigned int &width, const unsigned int &height) (defined in ogl::Texture) | ogl::Texture | inline |
| unbind() const (defined in ogl::Texture) | ogl::Texture | |
| ~Texture()=default (defined in ogl::Texture) | ogl::Texture |