We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent adf0338 commit 60c3e65Copy full SHA for 60c3e65
Changelog.md
@@ -10,6 +10,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
10
11
- Added `VK_KHR_get_surface_capabilities2` device extension (#530)
12
13
+### Changed
14
+
15
+- example: Refactor event loop handling for continuous redraw (#542)
16
+- Generate `RGBA=R|G|B|A` helper constant for `ColorComponentFlags` (#537)
17
+- Remove remaining `CString` allocations on string literals in examples and hand-written AMD extension (#533)
18
19
## [0.35.0] - 2021-12-27
20
21
### Changed
0 commit comments