Ver código fonte

fix changelog typo (again)

Andre Weissflog 2 anos atrás
pai
commit
0f8f7787fe
1 arquivos alterados com 1 adições e 1 exclusões
  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