Skip to content

Commit 1c233f4

Browse files
committed
Add helper wrappers for Vulkan core 1.4 Device functions
1 parent 1b2e1ae commit 1c233f4

File tree

9 files changed

+400
-127
lines changed

9 files changed

+400
-127
lines changed

Changelog.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1111

1212
- Added `push()` method to all root structs to insert a single extension-struct in the pointer chain. (#909)
1313
- Update Vulkan-Headers to 1.3.296 (#910)
14+
- Added helper wrappers for Vulkan core 1.4 `Device` functions (#1000)
1415
- Added `VK_KHR_get_display_properties2` instance extension (#932)
1516
- Added `VK_EXT_metal_objects` device extension (#942)
1617
- Added `VK_AMD_anti_lag` device extension (#943)

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ A very lightweight wrapper around Vulkan
1919
- [x] No validation, everything is **unsafe**
2020
- [x] Lifetime-safety on structs created with the builder pattern
2121
- [x] Generated from `vk.xml`
22-
- [x] Support for Vulkan `1.1`, `1.2`, `1.3`
22+
- [x] Support for Vulkan `1.1`, `1.2`, `1.3`, `1.4`
2323
- [x] `no_std` support
2424

2525
## ⚠️ Semver compatibility warning

0 commit comments

Comments
 (0)