diff options
Diffstat (limited to 'src/mesa/main/pixelstore.h')
-rw-r--r-- | src/mesa/main/pixelstore.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/mesa/main/pixelstore.h b/src/mesa/main/pixelstore.h index 1b5347daf6f..68384548a0f 100644 --- a/src/mesa/main/pixelstore.h +++ b/src/mesa/main/pixelstore.h @@ -49,4 +49,12 @@ extern void _mesa_init_pixelstore( struct gl_context *ctx ); +extern bool +_mesa_compressed_pixel_storage_error_check( + struct gl_context *ctx, + GLint dimensions, + const struct gl_pixelstore_attrib *packing, + const char *caller); + + #endif |