vulkan-sdk: 1.3.239 -> 1.3.243#224485
Conversation
Release for Vulkan SDK 1.3.243
|
Do you have a script that updates all of these at once? |
Nope, are you considering writing one? |
Ralith
left a comment
There was a problem hiding this comment.
LGTM. Wouldn't mind seeing shaderc 2023.3 in here as well, but not a blocker.
I wasn't planning but I did end up writing one, check this out: https://github.com/Kranzes/nixpkgs/tree/vulkan-sdk-update-script Tell me if you would like me to create a PR. |
You can do it, but my suggestions:
|
|
Did some testing of MoltenVK this morning on Darwin. The changes LGTM. |
|
Bisect says 6cc536e |
|
Edit: #224795 |
Sorry, this is not the first time libplace broke with a vulkan-headers bump, I should have tested it. |
|
Also |
Description of changes
Bumps to the latest tags as seen in https://vulkan.lunarg.com/doc/sdk/1.3.243.0/linux/release_notes.html
One of the GLSLANG patches needed to be rebased, I've included it, and added comments mentioning the upstream PR (Use CMAKE_INSTALL_FULL_LIBDIR in compat cmake files KhronosGroup/glslang#3067).
Things done
On an x86_64-linux: Tested building
vulkan-tools, which builtvulkan-headers, vulkan-loader, spirv-headers, spirv-toolsandglslang. Buildingvulkan-tools-lunargbuildsvulkan-validation-layers. I've builtvulkan-extension-layer, thenspirv-crossand finished by runningvkcube-wayland.I didn't test the
moltenvkupdate (Cc @reckenrode).