Source mirror for WetGrape egpu: vulkan-headers
  • C++ 97.5%
  • Python 1.5%
  • C 0.9%
Find a file
2026-09-18 01:47:48 +01:00
.github Mention CONTRIBUTING.md to be part of the repo itself 2026-07-22 15:36:24 +01:00
include Update for Vulkan-Docs 1.4.363 2026-09-18 01:47:48 +01:00
LICENSES Add REUSE compliance checker to CI 2023-07-14 09:57:20 -06:00
registry Update for Vulkan-Docs 1.4.363 2026-09-18 01:47:48 +01:00
tests Update Vulkan named module in test 2026-08-20 07:17:34 -06:00
.gitattributes Add REUSE compliance checker to CI 2023-07-14 09:57:20 -06:00
.gitignore ignore Jetbrains config directories 2025-04-14 11:14:05 -06:00
BUILD.gn GN Build: Add a way to skip xlib includes 2025-08-18 03:10:13 -05:00
BUILD.md reuse: Cleanup copyright for *.md files 2023-08-14 13:06:51 -06:00
CMakeLists.txt Fix compiler import std detection in CMake 2026-03-20 12:46:33 -06:00
CODE_OF_CONDUCT.adoc Use MIT license 2023-07-29 01:50:36 -07:00
CONTRIBUTING.md Mention CONTRIBUTING.md to be part of the repo itself 2026-07-22 15:36:24 +01:00
LICENSE.md Change to dual license on static Vulkan headers 2026-06-29 22:42:45 +01:00
Makefile.release Add instruction to cd to correct directory before tag-branch 2025-09-25 23:10:10 +01:00
README.md Update for Vulkan-Docs 1.3.269 2023-10-20 04:02:25 -07:00
REUSE.toml chore: Upgrade reuse to 3.3 2026-05-08 16:59:34 -05: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.