Searched refs:myProperties (Results 1 – 1 of 1) sorted by relevance
859 auto& myProperties = plat_.physicalDeviceProperties; in CheckExternalConfig() local860 vkGetPhysicalDeviceProperties(myDevice, &myProperties.physicalDeviceProperties); in CheckExternalConfig()861 vkGetPhysicalDeviceFeatures(myDevice, &myProperties.physicalDeviceFeatures); in CheckExternalConfig()862 vkGetPhysicalDeviceMemoryProperties(myDevice, &myProperties.physicalDeviceMemoryProperties); in CheckExternalConfig()