18 const VkDevice &
getVkDevice()
const {
return logicalDevice; }
25 VkDevice logicalDevice;
27 VkQueue graphicsQueue, presentQueue;
Definition logicalDevice.h:10
const VkQueue & getPresentQueue() const
Definition logicalDevice.h:21
const VkDevice & getVkDevice() const
Definition logicalDevice.h:18
const VkQueue & getGraphicsQueue() const
Definition logicalDevice.h:20
Definition physicalDevice.h:42