yuzu/src/video_core/vulkan_common
ReinUsesLisp cdbee27692 vulkan_instance: Allow different Vulkan versions and enforce 1.1
For listing the available physical devices we can use Vulkan 1.0.
Now that MoltenVK supports 1.1 we can require it for running games.

Add missing documentation.
2020-12-31 02:07:34 -03:00
..
vulkan_debug_callback.cpp renderer_vulkan: Create debug callback on separate file and throw 2020-12-31 02:07:33 -03:00
vulkan_debug_callback.h renderer_vulkan: Create debug callback on separate file and throw 2020-12-31 02:07:33 -03:00
vulkan_instance.cpp vulkan_instance: Allow different Vulkan versions and enforce 1.1 2020-12-31 02:07:34 -03:00
vulkan_instance.h vulkan_instance: Allow different Vulkan versions and enforce 1.1 2020-12-31 02:07:34 -03:00
vulkan_library.cpp vulkan_common: Move dynamic library load to a separate file 2020-12-31 02:02:48 -03:00
vulkan_library.h vulkan_common: Move dynamic library load to a separate file 2020-12-31 02:02:48 -03:00
vulkan_surface.cpp renderer_vulkan: Initialize surface in separate file 2020-12-31 02:07:33 -03:00
vulkan_surface.h renderer_vulkan: Initialize surface in separate file 2020-12-31 02:07:33 -03:00
vulkan_wrapper.cpp renderer_vulkan: Remove two step initialization on VKDevice 2020-12-31 02:07:33 -03:00
vulkan_wrapper.h renderer_vulkan: Remove two step initialization on VKDevice 2020-12-31 02:07:33 -03:00