mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-02-22 20:40:39 +01:00
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:
parent
5c2d307a10
commit
a69e105361
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue