Browse Source

fix changelog typo

Andre Weissflog 2 years ago
parent
commit
4ec833b1df
1 changed files with 1 additions and 1 deletions
  1. 1 1
      CHANGELOG.md

+ 1 - 1
CHANGELOG.md

@@ -42,7 +42,7 @@
     texture for the msaa-resolve operation.
     texture for the msaa-resolve operation.
   - When creating a pass object, there's now an array of `sg_image` objects
   - 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
     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
     1, and an 'msaa-resolve' operation from the color attachment into the
     resolve attachment will take place in `sg_end_pass()`.
     resolve attachment will take place in `sg_end_pass()`.
   - Pass attachments are now more flexible (there were a couple of gaps where specific
   - Pass attachments are now more flexible (there were a couple of gaps where specific