
Public Member Functions | |
| TextureObject (GLuint id, GLenum target) | |
| TextureObject (GLuint id, GLenum target, 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 | bind () |
| void | setAllocated (bool allocated=true) |
| void | setAllocated (GLint numMipmapLevels, GLenum internalFormat, GLsizei width, GLsizei height, GLsizei depth, GLint border) |
| bool | isAllocated () const |
| bool | isReusable () const |
Public Attributes | |
| GLuint | _id |
| GLenum | _target |
| GLint | _numMipmapLevels |
| GLenum | _internalFormat |
| GLsizei | _width |
| GLsizei | _height |
| GLsizei | _depth |
| GLint | _border |
| bool | _allocated |
| double | _timeStamp |
|
||||||||||||
|
|
|
||||||||||||||||||||||||||||||||||||
|
|
|
|
|
|
|
|
|
|
|
|
||||||||||||||||||||||||||||||||
|
|
|
||||||||||||||||||||||||||||
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|