Skip to content

Commit

Permalink
gen_rust.py: update sg_apply_uniforms parameter type mapping
Browse files Browse the repository at this point in the history
  • Loading branch information
floooh committed Oct 20, 2024
1 parent 6c0ec0e commit 0f058c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bindgen/gen_rust.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 0f058c8

Please sign in to comment.