aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndre Weissflog <floooh@gmail.com>2025-02-25 19:27:38 +0100
committerAndre Weissflog <floooh@gmail.com>2025-02-25 19:27:38 +0100
commitf704ce9da92145b340d98a1419376b42710d20c8 (patch)
tree7082861b42303cf33a1c49df275117fd9bc94605
parent798b54c544f7865008c74e8beae88f509dd57ff5 (diff)
update gen_d.py for sokol-gfx compute shader update
-rw-r--r--bindgen/gen_d.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/bindgen/gen_d.py b/bindgen/gen_d.py
index f7e57503..d5291a34 100644
--- a/bindgen/gen_d.py
+++ b/bindgen/gen_d.py
@@ -64,6 +64,9 @@ overrides = {
'sg_draw.base_element': 'uint32_t',
'sg_draw.num_elements': 'uint32_t',
'sg_draw.num_instances': 'uint32_t',
+ 'sg_dispatch.num_groups_x': 'uint32_t',
+ 'sg_dispatch.num_groups_y': 'uint32_t',
+ 'sg_dispatch.num_groups_z': 'uint32_t',
'sshape_element_range_t.base_element': 'uint32_t',
'sshape_element_range_t.num_elements': 'uint32_t',
'sdtx_font.font_index': 'uint32_t',