summaryrefslogtreecommitdiffstats
path: root/thirdparty/vulkan/loader/debug_utils.h
Commit message (Collapse)AuthorAgeFilesLines
* Use "volk" instead of statically linked Vulkan loader.bruvzg2021-08-121-101/+0
|
* SCons: Streamline Vulkan buildsystem + fixupsRémi Verschelde2020-02-111-0/+0
| | | | | | | | | | | - Renamed option to `builtin_vulkan`, since that's the name of the library and if we were to add new components, we'd likely use that same option. - Merge `vulkan_loader/SCsub` in `vulkan/SCsub`. - Accordingly, don't use built-in Vulkan headers when not building against the built-in loader library. - Drop Vulkan registry which we don't appear to need currently. - Style and permission fixes.
* Add static Vulkan loader.bruvzg2020-02-111-0/+101
Initial Vulkan support for Windows. Initial Vulkan support for macOS.