summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/shaderimage.h
diff options
context:
space:
mode:
authorSamuel Pitoiset <[email protected]>2017-05-25 11:19:52 +0200
committerSamuel Pitoiset <[email protected]>2017-05-29 10:11:44 +0200
commit55083705cf59ac451a9c1483db2c2e8c0f4b82f5 (patch)
tree62ad8951a86a3aad1910a7642d449a8934d21e5c /src/mesa/main/shaderimage.h
parentdef908af6ce9c7ab39c768d7c5a85375c463869d (diff)
mesa: add KHR_no_error support for glBindImageTextures()
Signed-off-by: Samuel Pitoiset <[email protected]> Reviewed-by: Timothy Arceri <[email protected]>
Diffstat (limited to 'src/mesa/main/shaderimage.h')
-rw-r--r--src/mesa/main/shaderimage.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/mesa/main/shaderimage.h b/src/mesa/main/shaderimage.h
index b2b22bbf863..6a9e3d67e92 100644
--- a/src/mesa/main/shaderimage.h
+++ b/src/mesa/main/shaderimage.h
@@ -90,6 +90,10 @@ _mesa_BindImageTexture(GLuint unit, GLuint texture, GLint level,
GLenum format);
void GLAPIENTRY
+_mesa_BindImageTextures_no_error(GLuint first, GLsizei count,
+ const GLuint *textures);
+
+void GLAPIENTRY
_mesa_BindImageTextures(GLuint first, GLsizei count, const GLuint *textures);
#ifdef __cplusplus