MCPcopy Create free account
hub / github.com/KhronosGroup/Vulkan-Tools / MakeName

Function MakeName

vulkaninfo/vulkaninfo.cpp:794–798  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

792}
793
794static std::string MakeName(uint32_t index, const VkDisplayPropertiesKHR &prop) {
795 std::stringstream name;
796 name << "Display id : " << index << " (" << (prop.displayName ? prop.displayName : "<null>") << ")";
797 return name.str();
798}
799
800AppDisplay::AppDisplay(AppGpu &gpu, uint32_t index, const VkDisplayPropertiesKHR &in_properties,
801 const std::vector<AppDisplayPlane> &all_planes)

Callers 1

AppDisplayMethod · 0.85

Calls 1

strMethod · 0.80

Tested by

no test coverage detected