diff options
author | Marek Olšák <[email protected]> | 2020-02-18 23:13:50 -0500 |
---|---|---|
committer | Marge Bot <[email protected]> | 2020-03-06 01:06:14 +0000 |
commit | d00f36ac25b25402c4d81a0229a703a1b84fc40c (patch) | |
tree | ad56840514a6143e42b851deb679a2023b686707 /src/mapi/glapi/gen/ARB_bindless_texture.xml | |
parent | fb95a4693f05b8a64d61267409fcdce937dd3383 (diff) |
glthread: add/update count and marshal fields for many GL functions
Reviewed-by: Timothy Arceri <[email protected]>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/3948>
Diffstat (limited to 'src/mapi/glapi/gen/ARB_bindless_texture.xml')
-rw-r--r-- | src/mapi/glapi/gen/ARB_bindless_texture.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/mapi/glapi/gen/ARB_bindless_texture.xml b/src/mapi/glapi/gen/ARB_bindless_texture.xml index 762cadf6fea..2de4493c6c0 100644 --- a/src/mapi/glapi/gen/ARB_bindless_texture.xml +++ b/src/mapi/glapi/gen/ARB_bindless_texture.xml @@ -53,7 +53,7 @@ <function name="UniformHandleui64vARB"> <param name="location" type="GLint" /> <param name="count" type="GLsizei" /> - <param name="value" type="const GLuint64 *" /> + <param name="value" type="const GLuint64 *" count="count"/> </function> <function name="ProgramUniformHandleui64ARB"> @@ -66,7 +66,7 @@ <param name="program" type="GLuint" /> <param name="location" type="GLint" /> <param name="count" type="GLsizei" /> - <param name="value" type="const GLuint64 *" /> + <param name="value" type="const GLuint64 *" count="count"/> </function> <function name="IsTextureHandleResidentARB" no_error="true"> @@ -86,7 +86,7 @@ <function name="VertexAttribL1ui64vARB" exec="dynamic"> <param name="index" type="GLuint" /> - <param name="v" type="const GLuint64EXT *" /> + <param name="v" type="const GLuint64EXT *" count="1"/> </function> <function name="GetVertexAttribLui64vARB"> |