s/APIENTRY/GLAPIENTRY/ in teximage.c
The later is the right symbol for entrypoint functions. Reviewed-by: Kristian H. Kristensen <hoegsberg@google.com>
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user