summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/copyimage.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mesa/main/copyimage.h')
-rw-r--r--src/mesa/main/copyimage.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/mesa/main/copyimage.h b/src/mesa/main/copyimage.h
index 40e95b66312..ea2f15b4352 100644
--- a/src/mesa/main/copyimage.h
+++ b/src/mesa/main/copyimage.h
@@ -35,6 +35,13 @@
extern "C" {
#endif
+void GLAPIENTRY
+_mesa_CopyImageSubData_no_error(GLuint srcName, GLenum srcTarget, GLint srcLevel,
+ GLint srcX, GLint srcY, GLint srcZ,
+ GLuint destName, GLenum destTarget, GLint destLevel,
+ GLint destX, GLint destY, GLint destZ,
+ GLsizei srcWidth, GLsizei srcHeight, GLsizei srcDepth);
+
extern void GLAPIENTRY
_mesa_CopyImageSubData(GLuint srcName, GLenum srcTarget, GLint srcLevel,
GLint srcX, GLint srcY, GLint srcZ,