Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KhronosGroup/Vulkan-Samples
/ to_string
Method
to_string
framework/debug_info.h:67–70 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
65
virtual ~Static() = default;
66
67
const std::string to_string() override
68
{
69
return vkb::to_string(value);
70
}
71
};
72
73
/**
Callers
1
show_debug_window
Method · 0.45
Calls
1
to_string
Function · 0.50
Tested by
no test coverage detected