glformats: add _mesa_es3_error_check_format_and_type
[mesa.git] / src / mesa / main / glformats.h
index fe604ddc9730fb465fc4984de00ed28d73964b42..4cbc82f5e01ab49f856586a3c100d992ec8fb5f2 100644 (file)
@@ -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
 }