MCPcopy Create free account
hub / github.com/LunarG/VulkanTools / DefaultExecutable

Class DefaultExecutable

vkconfig_core/executable.h:32–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30};
31
32struct DefaultExecutable {
33 std::string key;
34 std::string name;
35 bool removable = true;
36 std::vector<DefaultOptions> options;
37};
38
39struct DefaultPath {
40 Path executable_path;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected