mesa: Fix support for GL_EXT_shader_clock

Missing 32-bit entry point in GLSL

Reviewed-by: Marek Olšák <marek.olsak@amd.com>
Reviewed-by: Mary Guillemard <mary.guillemard@collabora.com>
Fixes: 2ce20170 ("mesa: Add support for GL_EXT_shader_clock")
Signed-off-by: Ashley Smith <ashley.smith@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/36041>
This commit is contained in:
Ashley Smith 2025-07-10 09:43:44 +01:00 committed by Marge Bot
parent 97b4b1879d
commit d9b388af27

View file

@ -5639,6 +5639,11 @@ builtin_builder::create_builtins()
&glsl_type_builtin_uvec2),
NULL);
add_function("clock2x32EXT",
_shader_clock(shader_clock,
&glsl_type_builtin_uvec2),
NULL);
add_function("clockARB",
_shader_clock(shader_clock_int64,
&glsl_type_builtin_uint64_t),