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

Method AddOptions

vkconfig_core/executable.cpp:252–255  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

250}
251
252void Executable::AddOptions(const ExecutableOptions& options) {
253 this->options_list.push_back(options);
254 this->SortOptions();
255}
256
257const std::vector<ExecutableOptions>& Executable::GetOptions() const { return this->options_list; }
258

Callers 2

LoadMethod · 0.80
TESTFunction · 0.80

Calls 1

SortOptionsMethod · 0.95

Tested by 1

TESTFunction · 0.64