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