diff options
Diffstat (limited to 'src/mapi')
-rw-r--r-- | src/mapi/glapi/gen/ARB_bindless_texture.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mapi/glapi/gen/ARB_bindless_texture.xml b/src/mapi/glapi/gen/ARB_bindless_texture.xml index bc82ef9d686..0f3de162de7 100644 --- a/src/mapi/glapi/gen/ARB_bindless_texture.xml +++ b/src/mapi/glapi/gen/ARB_bindless_texture.xml @@ -8,12 +8,12 @@ <enum name="UNSIGNED_INT64_ARB" value="0x140F" /> <type name="uint64EXT" unsigned="true" size="8"/> - <function name="GetTextureHandleARB"> + <function name="GetTextureHandleARB" no_error="true"> <return type="GLuint64"/> <param name="texture" type="GLuint" /> </function> - <function name="GetTextureSamplerHandleARB"> + <function name="GetTextureSamplerHandleARB" no_error="true"> <return type="GLuint64"/> <param name="texture" type="GLuint" /> <param name="sampler" type="GLuint" /> |