MCPcopy Create free account
hub / github.com/SaschaWillems/VulkanCapsViewer / readSurfaceInfo

Method readSurfaceInfo

vulkanDeviceInfo.cpp:846–853  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

844}
845
846void VulkanDeviceInfo::readSurfaceInfo()
847{
848 assert(device != NULL);
849 qInfo() << "Reading surface info";
850 surfaceInfo.validSurface = (vulkanContext.surface != VK_NULL_HANDLE);
851 surfaceInfo.surfaceExtension = vulkanContext.surfaceExtension;
852 surfaceInfo.get(device, vulkanContext.surface);
853}
854
855#if defined(__ANDROID__)
856std::string VulkanDeviceInfo::getSystemProperty(const char* propname)

Callers 1

getGPUinfoMethod · 0.80

Calls 1

getMethod · 0.80

Tested by

no test coverage detected