summaryrefslogtreecommitdiffstats
path: root/src/video_core/renderer_vulkan/vk_device.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-03-04maxwell_to_vk: Initial implementationReinUsesLisp1-3/+10
2019-02-13vk_device: Abstract device handling into a classReinUsesLisp1-0/+231
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).