aboutsummaryrefslogtreecommitdiff
path: root/util
diff options
context:
space:
mode:
authorAndre Weissflog <floooh@gmail.com>2024-03-08 15:42:15 +0100
committerAndre Weissflog <floooh@gmail.com>2024-03-08 15:42:15 +0100
commitbc4886b78fc949b8db10f86911d863caf0e158b3 (patch)
tree904c74ec0db5cc4264fb7afc49b8287e0664bdbe /util
parent7284793767b82b9945b1d187f5cf391424115356 (diff)
sokol_gfx.h metal: filter redundant storage buffer bindings
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 eed45e3a..30c293f0 100644
--- a/util/sokol_gfx_imgui.h
+++ b/util/sokol_gfx_imgui.h
@@ -4309,6 +4309,7 @@ _SOKOL_PRIVATE void _sgimgui_draw_frame_stats_panel(sgimgui_t* ctx) {
_sgimgui_frame_stats(metal.bindings.num_set_vertex_buffer);
_sgimgui_frame_stats(metal.bindings.num_set_vertex_texture);
_sgimgui_frame_stats(metal.bindings.num_set_vertex_sampler_state);
+ _sgimgui_frame_stats(metal.bindings.num_set_fragment_buffer);
_sgimgui_frame_stats(metal.bindings.num_set_fragment_texture);
_sgimgui_frame_stats(metal.bindings.num_set_fragment_sampler_state);
_sgimgui_frame_stats(metal.uniforms.num_set_vertex_buffer_offset);