1PL_ALWAYS_INLINE vk::Device plGALDeviceVulkan::GetVulkanDevice()
const
8 return m_graphicsQueue;
13 return m_transferQueue;
16PL_ALWAYS_INLINE vk::PhysicalDevice plGALDeviceVulkan::GetVulkanPhysicalDevice()
const
18 return m_physicalDevice;
21PL_ALWAYS_INLINE vk::Instance plGALDeviceVulkan::GetVulkanInstance()
const
28 return m_FormatLookupTable;
Definition DeviceVulkan.h:148