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:
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user