mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-08 13:28:06 +02:00
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:
parent
6dea5f49f2
commit
810971532f
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue