Skip to content

Commit

Permalink
storage buffer update wip
Browse files Browse the repository at this point in the history
  • Loading branch information
floooh committed Apr 25, 2024
1 parent afb1f45 commit 79663b3
Show file tree
Hide file tree
Showing 13 changed files with 2,307 additions and 1,834 deletions.
2 changes: 1 addition & 1 deletion build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ fn select_sokol_backend(build: &mut cc::Build, config: &CompilationConfig) -> So
build.define("SOKOL_GLES2", None);
},
SokolBackend::Gl => {
build.define("SOKOL_GLCORE33", None);
build.define("SOKOL_GLCORE", None);
},
SokolBackend::Wgpu => {
build.define("SOKOL_WGPU", None);
Expand Down
Loading

0 comments on commit 79663b3

Please sign in to comment.