Skip to content

Commit

Permalink
changelog: mention use of if(@available(...)) in sokol headers
Browse files Browse the repository at this point in the history
  • Loading branch information
floooh committed Jul 17, 2023
1 parent f793299 commit e475aa4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,11 @@ See the new [shadows-depthtex-sapp](https://floooh.github.io/sokol-html5/shadows
- bugfixes and under-the-hood changes
- `sg_begin_pass()` used the wrong framebuffer size when rendering to a mip-level != 0
- the Metal backend code started to use the `if (@available(...))` statement
to check for runtime-availability of macOS/iOS API features (this caused problems
in the sokol-zig bindings with Zig version 0.10.1, this is fixed in the current
zig-0.11.0-dev version => I'll merge the zig-0.11.0 branch of the bindings into
master a bit early, hopefully zig 0.11.0 isn't too far out)
- on macOS the Metal backend now creates resources in Shared resource storage mode if
supported by the device
- on iOS the Metal backend now supports clamp-to-border-color if possible (depends on
Expand Down

0 comments on commit e475aa4

Please sign in to comment.