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

Method readPhysicalMemoryProperties

vulkanDeviceInfo.cpp:839–844  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 1

getGPUinfoMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected