aboutsummaryrefslogtreecommitdiff
path: root/mesalib/src/mesa/main/glformats.h
diff options
context:
space:
mode:
Diffstat (limited to 'mesalib/src/mesa/main/glformats.h')
-rw-r--r--mesalib/src/mesa/main/glformats.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/mesalib/src/mesa/main/glformats.h b/mesalib/src/mesa/main/glformats.h
index fe604ddc9..4cbc82f5e 100644
--- a/mesalib/src/mesa/main/glformats.h
+++ b/mesalib/src/mesa/main/glformats.h
@@ -120,6 +120,11 @@ extern GLenum
_mesa_es_error_check_format_and_type(GLenum format, GLenum type,
unsigned dimensions);
+extern GLenum
+_mesa_es3_error_check_format_and_type(GLenum format, GLenum type,
+ GLenum internalFormat,
+ unsigned dimensions);
+
#ifdef __cplusplus
}