From 5717481f64bf37c300c266950fce794ac29b11c7 Mon Sep 17 00:00:00 2001 From: Andre Weissflog Date: Wed, 19 Jun 2024 19:21:37 +0200 Subject: [PATCH] add maintenance comment to dyntex3d-sapp --- sapp/dyntex3d-sapp.c | 1 + 1 file changed, 1 insertion(+) diff --git a/sapp/dyntex3d-sapp.c b/sapp/dyntex3d-sapp.c index e79e2c06..41ad1570 100644 --- a/sapp/dyntex3d-sapp.c +++ b/sapp/dyntex3d-sapp.c @@ -46,6 +46,7 @@ static void init(void) { sg_setup(&(sg_desc){ .environment = sglue_environment(), .logger.func = slog_func, + // see https://github.com/floooh/sokol/issues/1066 .wgpu_disable_bindgroups_cache = true, }); simgui_setup(&(simgui_desc_t){ .logger.func = slog_func });