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

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

Branch merges

Branch information

Recent commits

fc87182... by Lenny Komow <email address hidden>

Add a loader features interface

This is needed to tell a layer if the loader is sorting physical
devices, but it should be generalized so that other loader features
could be marked in the future.

9b195c9... by Lenny Komow <email address hidden>

Add missing ifdef for extern "C"

c4ae26f... by Lenny Komow <email address hidden>

Update vk_icd.h with proper extern "C" declaration

026fe58... by Lenny Komow <email address hidden>

Update vk_icd.h with typedefs and prototypes

a0f1f51... by Niklas Haas <email address hidden>

Fix enum order for backwards compatibility

The new enum member introduced in 2a164e968 broke ABI with previous
versions of vk_icd.h, resulting in a segfault on latest mesa (which does
not yet have this commit in their vendored copy of vk_icd.h, thus
breaking the order of enum members).

83825d5... by Jon Leech <email address hidden>

Update for Vulkan-Docs 1.2.148

858b13a... by Jon Leech <email address hidden>

Update for Vulkan-Docs 1.2.147

2a164e9... by Nicolas Caramelli <email address hidden>

Update vk_icd.h for VK_EXT_directfb_surface extension

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

Updates from @mark-lunarg

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

Enumerate originating repository for all files in this repo.

Several files originate from unknown (to @oddhack) sources and that
should be fixed before accepting this PR.