summaryrefslogtreecommitdiffstats
path: root/src/video_core/renderer_vulkan/vk_device.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* maxwell_to_vk: Initial implementationReinUsesLisp2019-03-041-3/+10
|
* vk_device: Abstract device handling into a classReinUsesLisp2019-02-131-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).