Skip to content

Commit

Permalink
add maintenance comment to dyntex3d-sapp
Browse files Browse the repository at this point in the history
  • Loading branch information
floooh committed Jun 19, 2024
1 parent 5fb3ab4 commit 5717481
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sapp/dyntex3d-sapp.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 });
Expand Down

0 comments on commit 5717481

Please sign in to comment.