|
| | GgNormalTexture () |
| | GgNormalTexture (const GLubyte *image, GLsizei width, GLsizei height, GLenum format=GL_RED, GLfloat nz=1.0f, GLenum internal=GL_RGBA) |
| | GgNormalTexture (const std::string &name, GLfloat nz=1.0f, GLenum internal=GL_RGBA) |
| virtual | ~GgNormalTexture () |
| void | load (const GLubyte *hmap, GLsizei width, GLsizei height, GLenum format=GL_RED, GLfloat nz=1.0f, GLenum internal=GL_RGBA) |
| void | load (const std::string &name, GLfloat nz=1.0f, GLenum internal=GL_RGBA) |
| | operator bool () const noexcept |
| bool | operator! () const noexcept |
| const GgTexture * | get () const |
| GLuint | getTexture () const |
| GLsizei | getWidth () const |
| GLsizei | getHeight () const |
| void | getSize (GLsizei *size) const |
| const GLsizei * | getSize () const |
| void | bind () const |
| void | unbind () const |