summaryrefslogtreecommitdiff
path: root/src/mapi/glapi/gen/ARB_direct_state_access.xml
diff options
context:
space:
mode:
authorTimothy Arceri <tarceri@itsqueeze.com>2017-06-28 13:57:10 +1000
committerTimothy Arceri <tarceri@itsqueeze.com>2017-06-29 08:54:11 +1000
commitd731b189335545abeb71b1cfc8b0562370d68d87 (patch)
tree63be940f73973b4275b01cc7537c29347f10b421 /src/mapi/glapi/gen/ARB_direct_state_access.xml
parent8e77fceedbd2b030906bacc7c524a77997ae11a1 (diff)
mesa: add KHR_no_error support for glEnableVertexA*A*()
Reviewed-by: Samuel Pitoiset <samuel.pitoiset@gmail.com>
Diffstat (limited to 'src/mapi/glapi/gen/ARB_direct_state_access.xml')
-rw-r--r--src/mapi/glapi/gen/ARB_direct_state_access.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mapi/glapi/gen/ARB_direct_state_access.xml b/src/mapi/glapi/gen/ARB_direct_state_access.xml
index d848f78d62d..00f3db6a7d5 100644
--- a/src/mapi/glapi/gen/ARB_direct_state_access.xml
+++ b/src/mapi/glapi/gen/ARB_direct_state_access.xml
@@ -589,7 +589,7 @@
<param name="index" type="GLuint" />
</function>
- <function name="EnableVertexArrayAttrib">
+ <function name="EnableVertexArrayAttrib" no_error="true">
<param name="vaobj" type="GLuint" />
<param name="index" type="GLuint" />
</function>