From c5a6f80e62fd9836a75058ac358d39dd5ec956b5 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Thu, 10 Dec 2015 17:56:00 +0300 Subject: Add pointer to OpenGL function glActiveTexture. --- src/render/mglemu.cpp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/render/mglemu.cpp') 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 -- cgit v1.2.3-70-g09d2