No description
Find a file
Jon Leech a6a5dc0d07
Some checks failed
ci / cmake-unix (3.15, macos-latest) (push) Has been cancelled
ci / cmake-unix (3.15, ubuntu-latest) (push) Has been cancelled
ci / cmake-unix (latest, macos-latest) (push) Has been cancelled
ci / cmake-unix (latest, ubuntu-latest) (push) Has been cancelled
ci / cmake-windows (3.15) (push) Has been cancelled
ci / cmake-windows (latest) (push) Has been cancelled
ci / windows_clang (clang) (push) Has been cancelled
ci / windows_clang (clang-cl) (push) Has been cancelled
ci / reuse (push) Has been cancelled
Update for Vulkan-Docs 1.3.294
2024-08-23 04:06:14 -07:00
.github Add windows clang & clang-cl CI jobs 2024-07-12 14:13:48 -05:00
.reuse Fix REUSE 2024-01-25 03:53:51 -08:00
include Update for Vulkan-Docs 1.3.294 2024-08-23 04:06:14 -07:00
LICENSES Add REUSE compliance checker to CI 2023-07-14 09:57:20 -06:00
registry Update for Vulkan-Docs 1.3.294 2024-08-23 04:06:14 -07:00
tests cmake: Workaround MSVC module support compiler bug 2024-06-18 14:25:22 -06:00
.gitattributes Add REUSE compliance checker to CI 2023-07-14 09:57:20 -06:00
.gitignore Add REUSE compliance checker to CI 2023-07-14 09:57:20 -06:00
BUILD.gn build: Update build.gn with AV1 headers 2024-02-09 08:18:46 -08:00
BUILD.md reuse: Cleanup copyright for *.md files 2023-08-14 13:06:51 -06:00
CMakeLists.txt cmake: Disable modules if clang-scan-deps is missing 2024-07-16 01:13:21 -05:00
CODE_OF_CONDUCT.adoc Use MIT license 2023-07-29 01:50:36 -07:00
CONTRIBUTING.md docs: Remove INTEGRATION.md 2023-10-23 14:01:35 -06:00
LICENSE.md Add REUSE compliance checker to CI 2023-07-14 09:57:20 -06:00
Makefile.release Change name of update to Makefile.release 2024-07-07 14:05:33 -05:00
README.md Update for Vulkan-Docs 1.3.269 2023-10-20 04:02:25 -07:00
SECURITY.md Create SECURITY.md 2023-08-14 12:55:13 -06:00

Vulkan-Headers

Vulkan header files and API registry

This repository contains Vulkan header files, include files for C and C++, and related scripts and tests.

Most of the files in this repository are sourced from, or generated from, other repositories as described in CONTRIBUTING.md. Vulkan-Headers exists as a staging area for these files, most of which are then consumed by downstream repositories used to build SDK components such as the Vulkan Validation Layers and Conformance Test Suite.

Developers normally obtain headers from the official Vulkan-SDK. They can also use headers from, or packaged from, this repository.

In most cases, developers should only need the headers, not the scripts and other material in this repository. If you need to run the scripts, please use them from their canonical source in the Vulkan Specification repository.

Contributing

See the CONTRIBUTING.md

Building

See BUILD.md

SDK Support

Vulkan-Headers are shipped as part of the official Vulkan-SDK

C/C++ Package Manager Support

Vulkan-Headers are also supported by both conan & vcpkg.

Version Tagging Scheme

Updates to this repository which correspond to a new Vulkan specification release are tagged using the following format: v<version> (e.g., v1.3.266).

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

This scheme was adopted following the 1.3.266 Vulkan specification release.