|
OpenSceneGraph
3.0.1
|
Public Member Functions | |
| TextureProfile (GLenum target) | |
| TextureProfile (GLenum target, GLint numMipmapLevels, GLenum internalFormat, GLsizei width, GLsizei height, GLsizei depth, GLint border) | |
| bool | operator< (const TextureProfile &rhs) const |
| bool | operator== (const TextureProfile &rhs) const |
| void | set (GLint numMipmapLevels, GLenum internalFormat, GLsizei width, GLsizei height, GLsizei depth, GLint border) |
| bool | match (GLenum target, GLint numMipmapLevels, GLenum internalFormat, GLsizei width, GLsizei height, GLsizei depth, GLint border) |
| void | computeSize () |
Public Attributes | |
| GLenum | _target |
| GLint | _numMipmapLevels |
| GLenum | _internalFormat |
| GLsizei | _width |
| GLsizei | _height |
| GLsizei | _depth |
| GLint | _border |
| unsigned int | _size |
| osg::Texture::TextureProfile::TextureProfile | ( | GLenum | target | ) | [inline] |
| osg::Texture::TextureProfile::TextureProfile | ( | GLenum | target, |
| GLint | numMipmapLevels, | ||
| GLenum | internalFormat, | ||
| GLsizei | width, | ||
| GLsizei | height, | ||
| GLsizei | depth, | ||
| GLint | border | ||
| ) | [inline] |
| bool osg::Texture::TextureProfile::match | ( | GLenum | target, |
| GLint | numMipmapLevels, | ||
| GLenum | internalFormat, | ||
| GLsizei | width, | ||
| GLsizei | height, | ||
| GLsizei | depth, | ||
| GLint | border | ||
| ) | [inline] |
| bool osg::Texture::TextureProfile::operator< | ( | const TextureProfile & | rhs | ) | const [inline] |
References _border, _depth, _height, _internalFormat, _numMipmapLevels, _size, _target, _width, FINALLESSTHAN, and LESSTHAN.
| bool osg::Texture::TextureProfile::operator== | ( | const TextureProfile & | rhs | ) | const [inline] |
References _border, _depth, _height, _internalFormat, _numMipmapLevels, _target, and _width.
| void osg::Texture::TextureProfile::set | ( | GLint | numMipmapLevels, |
| GLenum | internalFormat, | ||
| GLsizei | width, | ||
| GLsizei | height, | ||
| GLsizei | depth, | ||
| GLint | border | ||
| ) | [inline] |
Referenced by operator<(), and operator==().
Referenced by operator<(), and operator==().
Referenced by operator<(), and operator==().
Referenced by operator<(), and operator==().
Referenced by operator<(), and operator==().
| unsigned int osg::Texture::TextureProfile::_size |
Referenced by operator<().
Referenced by operator<(), and operator==().
Referenced by operator<(), and operator==().
| Generated at Thu Sep 27 2012 17:03:04 for the OpenSceneGraph by doxygen 1.7.6.1. |