瀏覽代碼

fix changelog typo

Andre Weissflog 1 年之前
父節點
當前提交
425aac7cce
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      CHANGELOG.md

+ 1 - 1
CHANGELOG.md

@@ -77,7 +77,7 @@ Storage buffer support is not available on the following platform/backend combos
     - vertex shader stage:
       - textures: `@group(1) @binding(0..15)`
       - samplers: `@group(1) @binding(16..31)`
-      - storage buffers: `@group(1) @binding(32..37)`
+      - storage buffers: `@group(1) @binding(32..47)`
     - fragment shader stage:
       - textures: `@group(1) @binding(48..63)`
       - samplers: `@group(1) @binding(64..79)`