diff options
author | Andrei Karas <akaras@inbox.ru> | 2015-12-10 17:56:00 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-12-10 17:56:00 +0300 |
commit | c5a6f80e62fd9836a75058ac358d39dd5ec956b5 (patch) | |
tree | c36aab0291b39571fff3f577620da6149c32fb63 /src/render/mglemu.h | |
parent | 18808109d12835d18d9d1ada96ed394a082a7740 (diff) | |
download | plus-c5a6f80e62fd9836a75058ac358d39dd5ec956b5.tar.gz plus-c5a6f80e62fd9836a75058ac358d39dd5ec956b5.tar.bz2 plus-c5a6f80e62fd9836a75058ac358d39dd5ec956b5.tar.xz plus-c5a6f80e62fd9836a75058ac358d39dd5ec956b5.zip |
Add pointer to OpenGL function glActiveTexture.
Diffstat (limited to 'src/render/mglemu.h')
-rw-r--r-- | src/render/mglemu.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/render/mglemu.h b/src/render/mglemu.h index f22877939..536a02011 100644 --- a/src/render/mglemu.h +++ b/src/render/mglemu.h @@ -31,6 +31,7 @@ void APIENTRY emuglTextureSubImage2D(GLuint texture, GLenum target, GLenum format, GLenum type, const void *pixels); +void APIENTRY emuglActiveTexture (GLenum texture); #endif // USE_OPENGL #endif // RENDER_MGLEMU_H |