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

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

Branch merges

Branch information

Recent commits

65ad768... by Juan Ramos <email address hidden>

cmake: Minor CMake cleanup

- Fix project name to be less confusing
- Better testing

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

Update for Vulkan-Docs 1.3.243

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

Update for Vulkan-Docs 1.3.242

115820a... by Juan Ramos <email address hidden>

cmake: Update min to 3.15

- Removes conditional 3.15 logic
- Guarantees usage of --install/--loglevel

6c68315... by Mike Schuchardt <email address hidden>

Add -Wno-redundant-parens to BUILD.gn

The SC vk.xml merge added extra parentheses to the
VK_DEFINE_NON_DISPATCHABLE_HANDLES macro in order to satisfy MISRA rule
20.7. Make sure this doesn't break downstream builds that would
otherwise warn about them.

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

Update for Vulkan-Docs 1.3.241

e8b8e06... by Juan Ramos <email address hidden>

headers: Remove VK_LAYER_EXPORT

- It hasn't been handling windows (so it's been half implemented)
- It's a suboptimal method for exporting symbols for vulkan layers
since `--version-script` and `.def` files exists. Both of these
methods also don't risk name mangling.
- `--version-script` also has perf benefits since you can silence
exports from code you didn't intend to export

93cb25c... by Juan Ramos <email address hidden>

cmake: Trim CMakeLists.txt

c594930... by Juan Ramos <email address hidden>

docs: Trim README.md

CONTRIBUTING.md, issue template, and PR template all cover this.

9f93cbe... by Jon Leech <email address hidden>

Update for Vulkan-Docs 1.3.240