aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndre Weissflog <floooh@gmail.com>2024-01-28 17:27:25 +0100
committerAndre Weissflog <floooh@gmail.com>2024-01-28 17:27:25 +0100
commit3ea3dac2b8d08f5d92dce5067f0cd4035824afc6 (patch)
treee24cc4132916d151dacd8f5334e9be0780873339
parentcd32a9256b555bb3915770e71b026f1ed112839e (diff)
sokol_gfx_imgui.h: remove obsolete ctx_id
-rw-r--r--util/sokol_gfx_imgui.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/util/sokol_gfx_imgui.h b/util/sokol_gfx_imgui.h
index 394760da..b409ebee 100644
--- a/util/sokol_gfx_imgui.h
+++ b/util/sokol_gfx_imgui.h
@@ -1144,7 +1144,6 @@ _SOKOL_PRIVATE const char* _sg_imgui_resourcestate_string(sg_resource_state s) {
_SOKOL_PRIVATE void _sg_imgui_draw_resource_slot(const sg_slot_info* slot) {
igText("ResId: %08X", slot->res_id);
- igText("CtxId: %08X", slot->ctx_id);
igText("State: %s", _sg_imgui_resourcestate_string(slot->state));
}