Skip to content

Commit

Permalink
dyntex3d-sapp.c: remove wgpu specific workaround
Browse files Browse the repository at this point in the history
  • Loading branch information
floooh committed Aug 27, 2024
1 parent 8378b66 commit bce40b8
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions sapp/dyntex3d-sapp.c
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,6 @@ 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 bce40b8

Please sign in to comment.