~pcsx2-team/pcsx2-github-mirror/+git/Vulkan-Headers:sdk-1.2.141

Last commit made on 2020-05-15
Get this branch:
git clone -b sdk-1.2.141 https://git.launchpad.net/~pcsx2-team/pcsx2-github-mirror/+git/Vulkan-Headers

Branch merges

Branch information

Recent commits

09531f2... by Jon Leech <email address hidden>

Update for Vulkan-Docs 1.2.141

9250d5a... by oddhack

Remove advanced notice of header change

The BEGIN_RANGE, END_RANGE, RANGE_SIZE enums have now been removed from the headers, per https://github.com/KhronosGroup/Vulkan-Docs/issues/1230, so remove the "Advance Notice" from the README.

0c5351f... by Jon Leech <email address hidden>

Update for Vulkan-Docs 1.2.140

4c19ae6... by Jon Leech <email address hidden>

Update for Vulkan-Docs 1.2.139

62becc5... by Mike Weiblen <email address hidden>

Revert "Export versioned targets for CMake"

This reverts commit 382bf3de06fc8c8961055afc37957fe65846c33b.

Revert PR #110
https://github.com/KhronosGroup/Vulkan-Headers/pull/110

382bf3d... by Rahul Sheth <email address hidden>

Export versioned targets for CMake

Generate VulkanHeadersConfig.cmake and version file and install them.
To get the version information the header file vulkan_core.h is parsed.

In client code one can use `find_package(VulkanHeaders)` and get the
targets `Vulkan::Headers` and `Vulkan::Registry`.

The following additional files are generated and installed by CMake:
- VulkanHeadersConfig.cmake: searched for by find_package(VulkanHeaders)
- VulkanHeadersConfigVersion.cmake: provides version numbers
- VulkanHeadersTargets.cmake: CMake target definitions used by config file

e01f13e... by Jon Leech <email address hidden>

Update for Vulkan-Docs 1.2.137

b4b0f99... by oddhack

Update README.md with warning of pending header changes

0e78ffd... by Jon Leech <email address hidden>

Update for Vulkan-Docs 1.2.136

fb7f9c9... by Jon Leech <email address hidden>

New include file with provisional extension interfaces (those interfaces
not aliased by promoted-from APIs, at least).