From 0f058c882112bce826b52a139239beb15cb4bf2e Mon Sep 17 00:00:00 2001 From: Andre Weissflog Date: Sun, 20 Oct 2024 18:04:10 +0200 Subject: [PATCH] gen_rust.py: update sg_apply_uniforms parameter type mapping --- bindgen/gen_rust.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bindgen/gen_rust.py b/bindgen/gen_rust.py index 59a2b672f..4195870c0 100644 --- a/bindgen/gen_rust.py +++ b/bindgen/gen_rust.py @@ -58,7 +58,7 @@ "type": "_type", "ref": "_ref", - "sg_apply_uniforms.ub_index": "uintptr_t", + "sg_apply_uniforms.ub_slot": "uintptr_t", "sg_draw.base_element": "uintptr_t", "sg_draw.num_elements": "uintptr_t", "sg_draw.num_instances": "uintptr_t",