![]() |
ManaPlus
|
Go to the source code of this file.
Functions | |
| void | emuglTextureSubImage2DEXT (GLuint texture, GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLenum type, const void *pixels) |
| void | emuglActiveTexture (GLenum texture) |
| void emuglActiveTexture | ( | GLenum | texture | ) |
Definition at line 51 of file mglemu.cpp.
| void emuglTextureSubImage2DEXT | ( | GLuint | texture, |
| GLenum | target, | ||
| GLint | level, | ||
| GLint | xoffset, | ||
| GLint | yoffset, | ||
| GLsizei | width, | ||
| GLsizei | height, | ||
| GLenum | format, | ||
| GLenum | type, | ||
| const void * | pixels | ||
| ) |
Definition at line 34 of file mglemu.cpp.
References OpenGLImageHelper::bindTexture(), graphicsManager, and GraphicsManager::logError().