aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/vk_layer.c
AgeCommit message (Collapse)Author
2023-10-12ci: Fix -Wdeprecated-non-prototype warningsJuan Ramos
Occurs on AppleClang
2023-07-14Add REUSE compliance checker to CIJuan Ramos
2023-02-07headers: Remove VK_LAYER_EXPORTJuan Ramos
- 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
2022-12-20tests: Test Non-API headersJuan Ramos
Ensures the non-API headers compile correctly