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.h174 struct DeviceSupportInfo { struct
175 bool hasGraphicsQueueFamily = false;
176 bool hasComputeQueueFamily = false;
177 bool supportsExternalMemory = false;
178 bool supportsIdProperties = false;
179 bool supportsDriverProperties = false;
180 bool hasSamplerYcbcrConversionExtension = false;
181 bool supportsSamplerYcbcrConversion = false;
182 bool glInteropSupported = false;
184 std::vector<VkExtensionProperties> extensions;
[all …]