diff options
| author | Andre Weissflog <floooh@gmail.com> | 2025-02-25 19:27:38 +0100 |
|---|---|---|
| committer | Andre Weissflog <floooh@gmail.com> | 2025-02-25 19:27:38 +0100 |
| commit | f704ce9da92145b340d98a1419376b42710d20c8 (patch) | |
| tree | 7082861b42303cf33a1c49df275117fd9bc94605 | |
| parent | 798b54c544f7865008c74e8beae88f509dd57ff5 (diff) | |
update gen_d.py for sokol-gfx compute shader update
| -rw-r--r-- | bindgen/gen_d.py | 3 |
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', |