This PR updates the profiles sample. It updates the profiles library to a recent version and also replaces the no longer available LunarG profile with the official Khronos roadmap 2022 milestone profile. Documentation is adjusted accordingly.
The PR also updates the Vulkan headers to a recent version, as the updated profiles library requires newer Vulkan features.
Note: The roadmap 2022 profile requires Vulkan 1.3, so this PR increases the requirement for devices to run this sample.
Description
This PR updates the profiles sample. It updates the profiles library to a recent version and also replaces the no longer available LunarG profile with the official Khronos roadmap 2022 milestone profile. Documentation is adjusted accordingly.
The PR also updates the Vulkan headers to a recent version, as the updated profiles library requires newer Vulkan features.
Note: The roadmap 2022 profile requires Vulkan 1.3, so this PR increases the requirement for devices to run this sample.
General Checklist:
Please ensure the following points are checked:
[x] This PR describes the scope and expected impact of the changes I am making
Note: The Samples CI runs a number of checks including:
If this PR contains framework changes:
batch
command line argument to make sure all samples still work properly