50 [[nodiscard]] VkDevice getDevice()
const;
51 [[nodiscard]] VkQueue getGraphicQueue()
const;
52 [[nodiscard]] VkQueue getComputeQueue()
const;
53 [[nodiscard]] VkQueue getTransferQueue()
const;
54 [[nodiscard]] VkQueue getPresentQueue()
const;
55 [[nodiscard]] VkPhysicalDeviceFeatures getEnabledFeatures()
const;
59 VkQueue g_graphicQueue;
60 VkQueue g_computeQueue;
61 VkQueue g_transferQueue;
62 VkQueue g_presentQueue;
63 VkPhysicalDeviceFeatures g_enabledFeatures;