update all the vulkan SDK related packages to 1.4.350.0#29074
Merged
franramirez688 merged 27 commits intoMay 19, 2026
Conversation
AbrilRBS
reviewed
Dec 9, 2025
| // The above code is disabled to avoid compilation issues on systems without Vulkan SDK installed. | ||
| // testing was performed manually. You expect to see validation layer messages in the output | ||
| // where the VK_LAYER_KHRONOS_validation.dll is loaded | ||
| int main() { |
Member
There was a problem hiding this comment.
Open question still remains as to how to test this package.
It's a shared library meant to be loaded by vulkan itself as part of the layers, not meant to be linked against, plus it exposes no headers, so there's not much we could call.
The commented code is my local testing to ensure that the validation layers work and get loaded correctly if available.
Note that the old version included what is now the vulkan-utility library
…iGH/conan-center-index into erni/update-vulkan-1.4.328.1
AbrilRBS
previously approved these changes
May 5, 2026
…ersion 1.2.198.0. Fixed some linter warnings and other stuff
… reduced test_package from the vulkan-validationlayers recipe.
AbrilRBS
previously approved these changes
May 19, 2026
AbrilRBS
approved these changes
May 19, 2026
This was referenced May 19, 2026
lrineau
pushed a commit
to lrineau/conan-center-index
that referenced
this pull request
Jun 12, 2026
* spirv-headers | spirv-tools | vulkan-headers | vulkan-loader * glslang | spirv-cross | spirv-reflect | vk-boostrap | volk * vulkan-utility-libraries * testing vulkan-validationlayers * Move 1.4 to its own folder * uups * wip * Missing dependnecies after cherry-pick * Python 3.7 support * spv_remapper * No need to keep comented code around * fix unused function * refactor vulkan_headers_dependency * dict, not array * keep camel case * Fix Cmake version, fix headers requirement * typo * Update to latest version * Issue was fixed * Remove old 0.7 from vk-boostrap * Update to 1.4.341.0 * Remove unecessary recipe changes * Update requirement versions! * Updated ALL to latest 1.4.350.0 version. Removed oldest and useless version 1.2.198.0. Fixed some linter warnings and other stuff * vulkan-utility-libraries is static lib. Removed useless variables and reduced test_package from the vulkan-validationlayers recipe. * Exposing the shared lib on the runtime context --------- Co-authored-by: Abril Rincón Blanco <abrilrb@jfrog.com> Co-authored-by: Abril Rincón Blanco <5364255+AbrilRBS@users.noreply.github.com> Co-authored-by: Francisco Ramirez de Anton <franchuti688@gmail.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

Summary
Changes to recipe: All vulkan related ones
Motivation
Update to the last Vulkan SDK version available 1.4.350.0
Details
glslang
spv_remapperoption was removed in the new versionhttps://github.com/KhronosGroup/glslang/releases/tag/vulkan-sdk-1.4.350.0
KhronosGroup/glslang@vulkan-sdk-1.4.313.0...vulkan-sdk-1.4.350.0
SPIRV-Cross
https://github.com/KhronosGroup/SPIRV-Cross/releases/tag/vulkan-sdk-1.4.350.0
KhronosGroup/SPIRV-Cross@vulkan-sdk-1.4.313.0...vulkan-sdk-1.4.350.0
SPIRV-Headers
https://github.com/KhronosGroup/SPIRV-Headers/releases/tag/vulkan-sdk-1.4.350.0
KhronosGroup/SPIRV-Headers@vulkan-sdk-1.4.313.0...vulkan-sdk-1.4.350.0
SPIRV-Reflect
https://github.com/KhronosGroup/SPIRV-Reflect/releases/tag/vulkan-sdk-1.4.350.0
KhronosGroup/SPIRV-Reflect@vulkan-sdk-1.4.313.0...vulkan-sdk-1.4.350.0
SPIRV-Tools
https://github.com/KhronosGroup/SPIRV-Tools/releases/tag/vulkan-sdk-1.4.350.0
KhronosGroup/SPIRV-Tools@vulkan-sdk-1.4.313.0...vulkan-sdk-1.4.350.0
vk-bootstrap
https://github.com/charles-lunarg/vk-bootstrap/releases/tag/v1.4.350
charles-lunarg/vk-bootstrap@v1.3.296...v1.4.350
volk
https://github.com/zeux/volk/releases/tag/vulkan-sdk-1.4.350.0
zeux/volk@vulkan-sdk-1.4.313.0...vulkan-sdk-1.4.350.0
Vulkan-Headers
https://github.com/KhronosGroup/Vulkan-Headers/releases/tag/vulkan-sdk-1.4.350.0
KhronosGroup/Vulkan-Headers@vulkan-sdk-1.4.313.0...vulkan-sdk-1.4.350.0
Vulkan-Loader
https://github.com/KhronosGroup/Vulkan-Loader/releases/tag/vulkan-sdk-1.4.350.0
KhronosGroup/Vulkan-Loader@vulkan-sdk-1.4.313.0...vulkan-sdk-1.4.350.0
Vulkan-Utility-Libraries
Vulkan-Utility-Libraries. This is required on the new version ofVulkan-ValidationLayers.The Vulkan::LayerSettings library was created to standardize layer configuration code for various SDK layer deliverables.
Vulkan Validation Layers
Vulkan Extension Layer
Vulkan Profiles
LunarG Tool Layers EX: VK_LAYER_LUNARG_api_dump, VK_LAYER_LUNARG_screenshot and VK_LAYER_LUNARG_monitor
In conan-center-index there is only Vulkan Validation Layers, so this change only affects them.
https://github.com/KhronosGroup/Vulkan-Utility-Libraries/tree/vulkan-sdk-1.4.350.0
Vulkan-ValidationLayers
https://github.com/KhronosGroup/Vulkan-ValidationLayers/releases/tag/vulkan-sdk-1.4.350.0
KhronosGroup/Vulkan-ValidationLayers@sdk-1.3.243.0...vulkan-sdk-1.4.350.0
Closes #29189
Add a 👍 reaction to pull requests you find important to help the team prioritize, thanks!