Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KhronosGroup/Vulkan-Samples
/ Dynamic
Method
Dynamic
framework/debug_info.h:83–86 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
81
T &value;
82
83
Dynamic(const std::string &label, T &value) :
84
Base(label),
85
value{value}
86
{}
87
88
virtual ~Dynamic() = default;
89
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected