summaryrefslogtreecommitdiffstats
path: root/src/video_core/vulkan_common/vulkan_library.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* vulkan_library: Common::DynamicLibrary::Open is [[nodiscard]]MerryMage2021-01-071-1/+1
| | | | Ignore the return value on __APPLE__ systems as well
* vulkan_common: Move dynamic library load to a separate fileReinUsesLisp2020-12-311-0/+36
Allows us to initialize a Vulkan dynamic library from different backends without duplicating code.