Home | History | Annotate | Download | only in vulkan-headers
      1 # Vulkan-Headers
      2 
      3 Vulkan header files and API registry
      4 
      5 ## Repository Content
      6 
      7 The contents of this repository are largely obtained from other repositories and are
      8 collected, coordinated, and curated here.
      9 
     10 The projects for these repositories are:
     11 
     12 - [KhronosGroup/Vulkan-Docs](https://github.com/KhronosGroup/Vulkan-Docs)
     13   - Core Vulkan headers and Registry
     14 - [KhronosGroup/Vulkan-Hpp](https://github.com/KhronosGroup/Vulkan-Hpp)
     15   - C++ Bindings for Vulkan
     16 
     17 Please visit the appropriate project in the above list for obtaining additional information,
     18 asking questions, or opening issues.
     19 
     20 ## Version Tagging Scheme
     21 
     22 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`).
     23 
     24 **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`).
     25 
     26 This scheme was adopted following the 1.1.96 Vulkan specification release.
     27