2
0
Andre Weissflog 1 жил өмнө
parent
commit
018bf68060
1 өөрчлөгдсөн 14 нэмэгдсэн , 0 устгасан
  1. 14 0
      CHANGELOG.md

+ 14 - 0
CHANGELOG.md

@@ -1,5 +1,19 @@
 ## Updates
 
+#### 18-Jan-2024
+
+- sokol_gfx.h: added support for the following pixel formats:
+  - BC3_SRGBA
+  - BC7_SRGBA
+  - ETC2_SRGB8
+  - ETC2_SRGB8A8
+  - ASTC_4x4_RGBA
+  - ASTC_4x4_SRGBA
+
+  Related PR: https://github.com/floooh/sokol/pull/967
+
+  Many thanks to GH user @allcreater!
+
 #### 07-Jan-2024
 
 - sokol_app.h (macos+metal): window content no longer 'wobbles' during window resizing. Many