summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/bufferobj.h
diff options
context:
space:
mode:
authorTimothy Arceri <[email protected]>2017-05-12 16:51:24 +1000
committerTimothy Arceri <[email protected]>2017-05-17 10:12:03 +1000
commit624dc2833e0d0263b434e234437dfbd9f4840b75 (patch)
tree1b3bd914e931872be9d3b517c512cf328a214954 /src/mesa/main/bufferobj.h
parentcdbfb19420cc48c5d9fe2c88ff9b29da6b407401 (diff)
mesa: add KHR_no_error support for glBufferStorage()
Reviewed-by: Nicolai Hähnle <[email protected]>
Diffstat (limited to 'src/mesa/main/bufferobj.h')
-rw-r--r--src/mesa/main/bufferobj.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mesa/main/bufferobj.h b/src/mesa/main/bufferobj.h
index a06a0e470bd..024d07daaf8 100644
--- a/src/mesa/main/bufferobj.h
+++ b/src/mesa/main/bufferobj.h
@@ -172,6 +172,9 @@ GLboolean GLAPIENTRY
_mesa_IsBuffer(GLuint buffer);
void GLAPIENTRY
+_mesa_BufferStorage_no_error(GLenum target, GLsizeiptr size,
+ const GLvoid *data, GLbitfield flags);
+void GLAPIENTRY
_mesa_BufferStorage(GLenum target, GLsizeiptr size, const GLvoid *data,
GLbitfield flags);