libagx: fix return type

Signed-off-by: Alyssa Rosenzweig <alyssa@rosenzweig.io>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/32320>
This commit is contained in:
Alyssa Rosenzweig 2024-11-18 15:47:50 -04:00 committed by Marge Bot
parent 6dea5f49f2
commit 810971532f

View file

@ -38,7 +38,7 @@ uint32_t nir_load_core_id_agx(void);
uint32_t nir_load_helper_op_id_agx(void);
uint32_t nir_load_helper_arg_lo_agx(void);
uint32_t nir_load_helper_arg_hi_agx(void);
uint32_t nir_fence_helper_exit_agx(void);
void nir_fence_helper_exit_agx(void);
uint4 nir_bindless_image_load_array(uint2 handle, int4 coord);
void nir_bindless_image_store_array(uint2 handle, int4 coord, uint4 datum);