|
@@ -1,5 +1,14 @@
|
|
## Updates
|
|
## Updates
|
|
|
|
|
|
|
|
+#### 21-Feb-2024:
|
|
|
|
+
|
|
|
|
+- PR https://github.com/floooh/sokol/pull/993 has been merged, this allows to inject
|
|
|
|
+ additional GL functions into the Win32 GL loader of sokol_gfx.h (TBH, it's a very specialized
|
|
|
|
+ feature for people who know what they're doing, but it also fixes a very specific problem
|
|
|
|
+ while at the same time resolving to 'nothing' when not used).
|
|
|
|
+
|
|
|
|
+ Many thanks for @kcbanner for the PR!
|
|
|
|
+
|
|
#### 31-Jan-2024:
|
|
#### 31-Jan-2024:
|
|
|
|
|
|
- sokol_app.h macOS: merged a workaround for the application window not being focused
|
|
- sokol_app.h macOS: merged a workaround for the application window not being focused
|