Searched defs:DeviceSupportInfo (Results 1 – 1 of 1) sorted by relevance
124 struct DeviceSupportInfo { struct125 bool hasGraphicsQueueFamily = false;126 bool hasComputeQueueFamily = false;127 bool supportsExternalMemory = false;128 bool glInteropSupported = false;130 std::vector<uint32_t> graphicsQueueFamilyIndices;131 std::vector<uint32_t> computeQueueFamilyIndices;133 VkPhysicalDeviceProperties physdevProps;134 VkPhysicalDeviceMemoryProperties memProps;136 PFN_vkGetImageMemoryRequirements2KHR getImageMemoryRequirements2Func = nullptr;[all …]