diff options
author | Brian Paul <[email protected]> | 2019-11-11 16:22:49 -0700 |
---|---|---|
committer | Brian Paul <[email protected]> | 2019-11-12 11:44:01 -0700 |
commit | a69e1053618c557bc823bf27cb04590e79ef2d2d (patch) | |
tree | 2cfacb53e8c0335f9f155336b01a96cd4c9152f5 /src/mesa | |
parent | 5c2d307a102be0c13d8f0ac483583e5daee6cfad (diff) |
s/APIENTRY/GLAPIENTRY/ in teximage.c
The later is the right symbol for entrypoint functions.
Reviewed-by: Kristian H. Kristensen <[email protected]>
Diffstat (limited to 'src/mesa')
-rw-r--r-- | src/mesa/main/texgetimage.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/main/texgetimage.c b/src/mesa/main/texgetimage.c index e43f33677fd..d6ec4c52949 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, |