aboutsummaryrefslogtreecommitdiff
path: root/util
diff options
context:
space:
mode:
authorAndre Weissflog <floooh@gmail.com>2025-09-30 19:27:32 +0200
committerAndre Weissflog <floooh@gmail.com>2025-09-30 19:27:32 +0200
commit97ea90c8d47a89dd9a955fdc852c7d6fff3a293a (patch)
treec353b38c76a5d25190d930dba37f4df45ff3d396 /util
parent3e908c538262afb6caf3e32f72226428f15b5c9d (diff)
sokol_gfx.h: start implementing sg_draw_ex()
Diffstat (limited to 'util')
-rw-r--r--util/sokol_gfx_imgui.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/util/sokol_gfx_imgui.h b/util/sokol_gfx_imgui.h
index 9d52566f..b5153058 100644
--- a/util/sokol_gfx_imgui.h
+++ b/util/sokol_gfx_imgui.h
@@ -4519,6 +4519,7 @@ _SOKOL_PRIVATE void _sgimgui_draw_frame_stats_panel(sgimgui_t* ctx) {
_sgimgui_frame_stats(num_apply_bindings);
_sgimgui_frame_stats(num_apply_uniforms);
_sgimgui_frame_stats(num_draw);
+ _sgimgui_frame_stats(num_draw_ex);
_sgimgui_frame_stats(num_dispatch);
_sgimgui_frame_stats(num_update_buffer);
_sgimgui_frame_stats(num_append_buffer);