mesa: add KHR_no_error support for gl*Samplers()

Signed-off-by: Samuel Pitoiset <samuel.pitoiset@gmail.com>
Reviewed-by: Timothy Arceri <tarceri@itsqueeze.com>
This commit is contained in:
Samuel Pitoiset
2017-06-26 14:05:46 +02:00
parent 455b1a3a4b
commit 18e31bb252
4 changed files with 23 additions and 2 deletions
@@ -675,7 +675,7 @@
<!-- Sampler object functions -->
<function name="CreateSamplers">
<function name="CreateSamplers" no_error="true">
<param name="n" type="GLsizei" />
<param name="samplers" type="GLuint *" />
</function>
+1 -1
View File
@@ -7,7 +7,7 @@
<category name="GL_ARB_sampler_objects" number="81">
<function name="GenSamplers" es2="3.0">
<function name="GenSamplers" es2="3.0" no_error="true">
<param name="count" type="GLsizei"/>
<param name="samplers" type="GLuint *"/>
</function>