[Mesa-dev] [PATCH] s/APIENTRY/GLAPIENTRY/ in teximage.c
Brian Paul
brianp at vmware.com
Mon Nov 11 23:45:47 UTC 2019
The later is the right symbol for entrypoint functions.
---
src/mesa/main/texgetimage.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/mesa/main/texgetimage.c b/src/mesa/main/texgetimage.c
index e43f336..d6ec4c5 100644
--- a/src/mesa/main/texgetimage.c
+++ b/src/mesa/main/texgetimage.c
@@ -1969,7 +1969,7 @@ _mesa_GetCompressedTextureImage(GLuint texture, GLint level,
}
-void APIENTRY
+void GLAPIENTRY
_mesa_GetCompressedTextureSubImage(GLuint texture, GLint level,
GLint xoffset, GLint yoffset,
GLint zoffset, GLsizei width,
--
1.8.5.6
More information about the mesa-dev
mailing list