| 837 | } |
| 838 | |
| 839 | void VulkanDeviceInfo::readPhysicalMemoryProperties() |
| 840 | { |
| 841 | assert(device != NULL); |
| 842 | qInfo() << "Reading memory properties"; |
| 843 | vkGetPhysicalDeviceMemoryProperties(device, &memoryProperties); |
| 844 | } |
| 845 | |
| 846 | void VulkanDeviceInfo::readSurfaceInfo() |
| 847 | { |