Skip to content

Commit

Permalink
fix changelog typo (again)
Browse files Browse the repository at this point in the history
  • Loading branch information
floooh committed May 24, 2023
1 parent 4ec833b commit 0f8f778
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
texture for the msaa-resolve operation.
- When creating a pass object, there's now an array of `sg_image` objects
called `resolve_attachments[]`. When a resolve attachment image is set, the
`color attachment` at the same slot index must be an image with a sample count >
color attachment at the same slot index must be an image with a sample count >
1, and an 'msaa-resolve' operation from the color attachment into the
resolve attachment will take place in `sg_end_pass()`.
- Pass attachments are now more flexible (there were a couple of gaps where specific
Expand Down

0 comments on commit 0f8f778

Please sign in to comment.