-
-
Notifications
You must be signed in to change notification settings - Fork 14.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
vulkan-sdk: 1.3.239 -> 1.3.243 #224485
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? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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-tools
andglslang
. Buildingvulkan-tools-lunarg
buildsvulkan-validation-layers
. I've builtvulkan-extension-layer
, thenspirv-cross
and finished by runningvkcube-wayland
.I didn't test the
moltenvk
update (Cc @reckenrode).