diff options
| author | Andre Weissflog <floooh@gmail.com> | 2024-03-09 14:40:51 +0100 |
|---|---|---|
| committer | Andre Weissflog <floooh@gmail.com> | 2024-03-09 14:40:51 +0100 |
| commit | 34b92a6efda6b9598fbe16463b5b4f3edc6f64ab (patch) | |
| tree | 086cd1fcf06cfb0f8a8821a2811920faa6edd89e /util | |
| parent | 025df964d28bc3b763f1b211dd7e9eaab948d52d (diff) | |
sokol_gfx.h, sokol_gfx_imgui.h: minor storage buffer related code cleanup
Diffstat (limited to 'util')
| -rw-r--r-- | util/sokol_gfx_imgui.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/util/sokol_gfx_imgui.h b/util/sokol_gfx_imgui.h index 30c293f0..0f795b60 100644 --- a/util/sokol_gfx_imgui.h +++ b/util/sokol_gfx_imgui.h @@ -4196,6 +4196,7 @@ _SOKOL_PRIVATE void _sgimgui_draw_caps_panel(void) { igText(" image_clamp_to_border: %s", _sgimgui_bool_string(f.image_clamp_to_border)); igText(" mrt_independent_blend_state: %s", _sgimgui_bool_string(f.mrt_independent_blend_state)); igText(" mrt_independent_write_mask: %s", _sgimgui_bool_string(f.mrt_independent_write_mask)); + igText(" storage_buffer: %s", _sgimgui_bool_string(f.storage_buffer)); sg_limits l = sg_query_limits(); igText("\nLimits:\n"); igText(" max_image_size_2d: %d", l.max_image_size_2d); |