Searched defs:DeviceSupportInfo (Results 1 – 1 of 1) sorted by relevance
174 struct DeviceSupportInfo { struct175 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 …]