Skip to content

KhronosGroup/Vulkan-Profiles

main
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Files

Permalink
Failed to load latest commit information.

LunarG

Copyright © 2021-2023 LunarG, Inc.

Creative Commons

Vulkan Profiles Toolset

The Vulkan Profiles Toolset is a collection of tools delivered with the Vulkan SDK for Vulkan application developers to leverage Vulkan Profiles while developing a Vulkan application.

Default branch changed to 'main' 2023-01-16

As discussed in #338, the default branch of this repository is now 'main'. This change should be largely transparent to repository users, since github rewrites many references to the old 'master' branch to 'main'. However, if you have a checked-out local clone, you may wish to take the following steps as recommended by github:

git branch -m master main
git fetch origin
git branch -u origin/main main
git remote set-head origin -a

Contact Information


Information for Developing or Contributing:

Please see the CONTRIBUTING.md file in this repository for more details.


How to Build and Run

BUILD.md provides instructions to build the repository, which allows regenerating the Vulkan Profiles Toolset against new Vulkan Header API version and with supports of new profiles or updated profiles.


Version Tagging Scheme

Updates to the Vulkan Profiles repository which correspond to a new Vulkan specification release are tagged using the following format: v (e.g., v1.1.96).

Note: Marked version releases have undergone thorough testing but do not imply the same quality level as SDK tags. SDK tags follow the sdk-. format (e.g., sdk-1.1.92.0).

This scheme was adopted following the 1.1.96 Vulkan specification release.


License

This work is released as open source under a Apache-style license from Khronos including a Khronos copyright.


Downloads

Vulkan Profiles Tools is delivered with the Vulkan SDK.