Home
last modified time | relevance | path

Searched defs:DeviceSupportInfo (Results 1 – 1 of 1) sorted by relevance

/device/generic/vulkan-cereal/stream-servers/vulkan/
DVkCommonOperations.h124 struct DeviceSupportInfo { struct
125 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 …]