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.cpp | |
parent | 18808109d12835d18d9d1ada96ed394a082a7740 (diff) | |
download | mv-c5a6f80e62fd9836a75058ac358d39dd5ec956b5.tar.gz mv-c5a6f80e62fd9836a75058ac358d39dd5ec956b5.tar.bz2 mv-c5a6f80e62fd9836a75058ac358d39dd5ec956b5.tar.xz mv-c5a6f80e62fd9836a75058ac358d39dd5ec956b5.zip |
Add pointer to OpenGL function glActiveTexture.
Diffstat (limited to 'src/render/mglemu.cpp')
-rw-r--r-- | src/render/mglemu.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/render/mglemu.cpp b/src/render/mglemu.cpp index 30330d9a5..4b46b341b 100644 --- a/src/render/mglemu.cpp +++ b/src/render/mglemu.cpp @@ -40,4 +40,8 @@ void APIENTRY emuglTextureSubImage2D(GLuint texture, GLenum target, format, type, pixels); } +void APIENTRY emuglActiveTexture (GLenum texture A_UNUSED) +{ +} + #endif |