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

Method GetExecutable

vkconfig_core/executable_manager.cpp:414–416  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

412}
413
414const Executable* ExecutableManager::GetExecutable(std::size_t executable_index) const {
415 return const_cast<ExecutableManager*>(this)->GetExecutable(executable_index);
416}
417
418Executable* ExecutableManager::GetExecutable(std::size_t executable_index) {
419 assert(executable_index < this->data.size());

Callers 1

TESTFunction · 0.80

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.64