Home | History | Annotate | only in /external/vulkan-headers
Up to higher level directory
NameDateSize
.cmake-format.py22-Oct-2020956
.gitattributes22-Oct-2020421
Android.bp22-Oct-20201.6K
BUILD.md22-Oct-20208.3K
cmake/22-Oct-2020
CMakeLists.txt22-Oct-20202.6K
CODE_OF_CONDUCT.md22-Oct-2020280
include/22-Oct-2020
LICENSE.txt22-Oct-202011.1K
NOTICE22-Oct-202011.1K
OWNERS22-Oct-2020141
README.md22-Oct-20201.1K
registry/22-Oct-2020

README.md

      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