aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/main/fbobject.h
diff options
context:
space:
mode:
authorTimothy Arceri <[email protected]>2017-05-08 11:52:45 +1000
committerTimothy Arceri <[email protected]>2017-05-17 10:12:03 +1000
commit4e8aa4b9a205a21f1f87e29557e796d8664fa131 (patch)
treeafa9a6b6d16958f2148801547b065fc152bbb11f /src/mesa/main/fbobject.h
parentf6229284e28e394838f656d0048d074281655f71 (diff)
mesa: add KHR_no_error support for FramebufferTexture
V3: use the frame_buffer_texture() helper Reviewed-by: Nicolai Hähnle <[email protected]>
Diffstat (limited to 'src/mesa/main/fbobject.h')
-rw-r--r--src/mesa/main/fbobject.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mesa/main/fbobject.h b/src/mesa/main/fbobject.h
index a2f9264f8ea..1d064f8ee0a 100644
--- a/src/mesa/main/fbobject.h
+++ b/src/mesa/main/fbobject.h
@@ -258,6 +258,9 @@ _mesa_NamedFramebufferTextureLayer(GLuint framebuffer, GLenum attachment,
GLuint texture, GLint level, GLint layer);
extern void GLAPIENTRY
+_mesa_FramebufferTexture_no_error(GLenum target, GLenum attachment,
+ GLuint texture, GLint level);
+extern void GLAPIENTRY
_mesa_FramebufferTexture(GLenum target, GLenum attachment,
GLuint texture, GLint level);