浏览代码

fix changelog typo

Andre Weissflog 1 年之前
父节点
当前提交
359eea0898
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      CHANGELOG.md

+ 1 - 1
CHANGELOG.md

@@ -68,7 +68,7 @@ Storage buffer support is not available on the following platform/backend combos
   platforms (this only matters if you don't use sokol_app.h), storage buffer support is only
   platforms (this only matters if you don't use sokol_app.h), storage buffer support is only
   available on GL 4.3 contexts
   available on GL 4.3 contexts
 - likewise, shaders passed into sokol_gfx.h when the desktop GL backend is active are now expected
 - likewise, shaders passed into sokol_gfx.h when the desktop GL backend is active are now expected
-  to be `#version 410` or `#version 430` (`#version 330` may still work but though but is untested)
+  to be `#version 410` or `#version 430` (`#version 330` may still work but is untested)
 - likewise, by default sokol_app.h now creates a GL 4.1 context on macOS and a GL 4.3 context on other
 - likewise, by default sokol_app.h now creates a GL 4.1 context on macOS and a GL 4.3 context on other
   desktop platforms when `SOKOL_GLCORE` is defined
   desktop platforms when `SOKOL_GLCORE` is defined
 - if you're passing WGSL shaders directly into sokol_gfx.h (instead of using sokol-shdc), please
 - if you're passing WGSL shaders directly into sokol_gfx.h (instead of using sokol-shdc), please