aboutsummaryrefslogtreecommitdiff
path: root/bindgen
diff options
context:
space:
mode:
authorAndre Weissflog <floooh@gmail.com>2024-02-19 17:06:10 +0100
committerAndre Weissflog <floooh@gmail.com>2024-02-19 17:06:10 +0100
commit1b040b7c3202cdff80b301cfaad1621bcf011474 (patch)
tree9492a3dab33aff362fadd2864baf7da50b1d0a23 /bindgen
parentcdb29b91aeeaf260ce8cb53db53860e730f8b362 (diff)
gen_zig.py: remove some cruft
Diffstat (limited to 'bindgen')
-rw-r--r--bindgen/gen_zig.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/bindgen/gen_zig.py b/bindgen/gen_zig.py
index b58d6f21..bf7db050 100644
--- a/bindgen/gen_zig.py
+++ b/bindgen/gen_zig.py
@@ -52,8 +52,6 @@ overrides = {
'sgl_error': 'sgl_get_error', # 'error' is reserved in Zig
'sgl_deg': 'sgl_as_degrees',
'sgl_rad': 'sgl_as_radians',
- 'sg_context_desc.color_format': 'int',
- 'sg_context_desc.depth_format': 'int',
'sg_apply_uniforms.ub_index': 'uint32_t',
'sg_draw.base_element': 'uint32_t',
'sg_draw.num_elements': 'uint32_t',