yuzu-mainline/src/video_core/renderer_vulkan
ReinUsesLisp 8beca060d1 vk_device: Abstract device handling into a class
VKDevice contains all the data required to manage and initialize a
physical device. Its intention is to be passed across Vulkan objects to
query device-specific data (for example the logical device and the
dispatch loader).
2019-02-12 21:43:02 -03:00
..
declarations.h renderer_vulkan: Add declarations file 2019-02-12 18:33:02 -03:00
vk_device.cpp vk_device: Abstract device handling into a class 2019-02-12 21:43:02 -03:00
vk_device.h vk_device: Abstract device handling into a class 2019-02-12 21:43:02 -03:00