gallium: make handles of set_global_binding 64 bit
[mesa.git] / src / gallium / drivers / panfrost / pan_compute.c
index 2ebffdcfdc1c0986575f0ca647c0ecbe53e36e4d..7bfabce7b96f096e7069af21e8d2c4a1bddbd0de 100644 (file)
@@ -149,7 +149,7 @@ static void
 panfrost_set_global_binding(struct pipe_context *pctx,
                       unsigned first, unsigned count,
                       struct pipe_resource **resources,
-                      uint32_t **handles)
+                      uint64_t **handles)
 {
         /* TODO */
 }