MCPcopy Create free account
hub / github.com/KhronosGroup/Vulkan-Samples / Base

Method Base

framework/debug_info.h:41–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

39 std::string label;
40
41 Base(const std::string &label) :
42 label{label}
43 {}
44
45 virtual ~Base() = default;
46

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected