Searched refs:deviceProps (Results 1 – 1 of 1) sorted by relevance
65 …VkPhysicalDeviceProperties2KHR deviceProps{ VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_PROPERTIES_2_KHR, &d… in vpGetDeviceAndDriverInfoString() local66 pfnGetPhysicalDeviceProperties2(physicalDevice, &deviceProps); in vpGetDeviceAndDriverInfoString()67 return std::string("deviceName=") + std::string(&deviceProps.properties.deviceName[0]) in vpGetDeviceAndDriverInfoString()