aboutsummaryrefslogtreecommitdiff
path: root/bindgen
diff options
context:
space:
mode:
authorAndre Weissflog <floooh@gmail.com>2024-10-20 18:04:10 +0200
committerAndre Weissflog <floooh@gmail.com>2024-10-20 18:04:10 +0200
commit0f058c882112bce826b52a139239beb15cb4bf2e (patch)
tree1505e2a678faf9bd8ddf4504d9872b6163e3d260 /bindgen
parent6c0ec0eb53dbc3ad876b7317ee08d754c7905d58 (diff)
gen_rust.py: update sg_apply_uniforms parameter type mapping
Diffstat (limited to 'bindgen')
-rw-r--r--bindgen/gen_rust.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bindgen/gen_rust.py b/bindgen/gen_rust.py
index 59a2b672..4195870c 100644
--- a/bindgen/gen_rust.py
+++ b/bindgen/gen_rust.py
@@ -58,7 +58,7 @@ overrides = {
"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",