Changed
- Use
&CStrinstead of&[u8]for string parameters in command wrappers - Removed need for
PFN_vkGetDeviceProcAddrfunction to createStaticCommands(#388)- Moved
get_device_proc_addrfromStaticCommandstoInstanceCommands Instance::from_creatednow takes a&StaticCommandsinstead of an&EntryDevice::from_creatednow takes aPFN_vkGetDeviceProcAddrinstead of an&Entry
- Moved
Added
- Added
include_shader_code!macro for including SPIR-V bytecode buffers
Bindings Updates
- CMake documentation to make things clearer
- Disable module workflows entirely until CMake has stabilised
import std - Remove module config flags from CMake and CI
- Minor fixes to correct
BASE_DIRand installation directories with/without module target - Simplify setting up and installing the Vulkan-Hpp C++20 module
- Update for Vulkan-Docs 1.4.331
- Update for Vulkan-Docs 1.4.332
- Update for Vulkan-Docs 1.4.333
- Update for Vulkan-Docs 1.4.334
- build(deps): bump actions/checkout from 5 to 6
- Update for Vulkan-Docs 1.4.335
- Update for Vulkan-Docs 1.4.336
- Update for Vulkan-Docs 1.4.337
- Do not run CI when pushing tags (#2635)
- Fix more issues in
ChangeLog.adoc(#2637) - Add space before open parenthesis of abbreviation (#2642)
- Elide duplicate API markup macros in
ChangeLog.adoc(#2639) - Resolve wrong number of colons around
pnamemacro (#2638) - Correct sname: to slink: in a few cases brought up by #2638. N.b. there are others and they are not going to be fixed right now because it would be a lot of churn.
- Fix vk_icd/vk_layer type redefinition error
- January 10, 2026 Vulkan 1.4.338 spec update
- Update for Vulkan-Docs 1.4.338
- CI: Run Vulkan-Hpp generator in docker container, updated generator config and enabled C++23 test (#2657)
- January 16, 2026 Vulkan 1.4.339 spec update
- Fix copy/paste error in
wsi.adoc(#2643) - Adjust depends expression for VK_KHR_swapchain_maintenance1 (#2646)
- January 23, 2026 Vulkan 1.4.340 spec update
- January 23, 2026 Vulkan 1.4.341 spec update
- Update reference from srcBuffer to srcImage (#2664)
- January 30, 2026 Vulkan 1.4.342 spec update
- February 6, 2026 Vulkan 1.4.343 spec update