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] |
void osg::Texture::TextureProfile::computeSize | ( | ) |
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 LESSTHAN, _size, _target, _numMipmapLevels, _internalFormat, _width, _height, _depth, FINALLESSTHAN, and _border.
bool osg::Texture::TextureProfile::operator== | ( | const TextureProfile & | rhs | ) | const [inline] |
References _target, _numMipmapLevels, _internalFormat, _width, _height, _depth, and _border.
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 Mon Oct 3 2011 12:39:44 for the OpenSceneGraph by doxygen 1.7.5. |