glapi: add missing no_error settings for implemented functions

Reviewed-by: Pierre-Eric Pelloux-Prayer <pierre-eric.pelloux-prayer@amd.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/14000>
This commit is contained in:
Marek Olšák 2021-12-14 12:02:32 -05:00
parent 9a9d14fa4d
commit 4c91c6162b
2 changed files with 2 additions and 2 deletions

View File

@ -11,7 +11,7 @@
<enum name="ALPHA_TO_COVERAGE_DITHER_MODE_NV" value="0x92BF"/>
<function name="AlphaToCoverageDitherControlNV">
<function name="AlphaToCoverageDitherControlNV" no_error="true">
<param name="mode" type="GLenum"/>
</function>

View File

@ -4,7 +4,7 @@
<OpenGLAPI>
<category name="GL_NV_copy_image" number="376" no_error="true">
<function name="CopyImageSubDataNV">
<function name="CopyImageSubDataNV" no_error="true">
<param name="srcName" type="GLuint"/>
<param name="srcTarget" type="GLenum"/>
<param name="srcLevel" type="GLint"/>