Go to file
2019-03-04 19:51:10 -08:00
cmake cmake: Add Kitware copyright 2018-06-27 11:24:55 -06:00
include/vulkan Update for Vulkan-Docs 1.1.102 2019-03-04 19:51:10 -08:00
registry Update for Vulkan-Docs 1.1.102 2019-03-04 19:51:10 -08:00
.cmake-format.py build: CMakeLists.txt cleanup 2018-09-07 13:51:11 -06:00
.gitattributes repo: Add .gitattributes file 2018-09-07 13:45:38 -06:00
.gitignore repo: Add to vim temp files to .gitignore 2018-09-07 13:48:52 -06:00
BUILD.md doc: Update BUILD.md [skip ci] 2018-06-18 19:48:55 -06:00
CMakeLists.txt build: Define library targets for nested builds- 2019-02-28 12:11:24 -07:00
CODE_OF_CONDUCT.md Create CODE_OF_CONDUCT.md 2018-10-10 16:06:12 -04:00
LICENSE.txt Revert LICENSE to Apache 2.0 2018-10-03 10:16:17 -04:00
README.md docs: Add explanation of version tagging scheme 2018-12-17 15:29:33 -07:00

Vulkan-Headers

Vulkan header files and API registry

Repository Content

The contents of this repository are largely obtained from other repositories and are collected, coordinated, and curated here.

The projects for these repositories are:

Please visit the appropriate project in the above list for obtaining additional information, asking questions, or opening issues.

Version Tagging Scheme

Updates to the Vulkan-Headers repository which correspond to a new Vulkan specification release are tagged using the following format: v<version> (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-<version>.<patch> format (e.g., sdk-1.1.92.0).

This scheme was adopted following the 1.1.96 Vulkan specification release.