KhronosGroup / Vulkan-Samples

One stop solution for all Vulkan samples
Apache License 2.0
4.36k stars 648 forks source link

Update profiles sample to use recent profiles library and roadmap 2022 profile #1189

Closed SaschaWillems closed 1 month ago

SaschaWillems commented 1 month ago

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: