MCPcopy Create free account
hub / github.com/GPUOpen-Tools/GPU-Reshape / Load

Method Load

Source/Libraries/Common/Source/Library.cpp:38–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

36// Implementation
37#ifdef WIN32
38bool Library::Load(const std::string &path) {
39 sourcePath = path + ".dll";
40 handle = LoadLibrary(sourcePath.c_str());
41 return handle != nullptr;
42}
43
44void Library::Free() {
45 FreeLibrary(static_cast<HINSTANCE>(handle));

Callers 15

Hook_vkCreateInstanceFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45
InjectMethod · 0.45
InjectMethod · 0.45
InjectMethod · 0.45
InjectMethod · 0.45
InjectMethod · 0.45
PluginResolver.cppFile · 0.45
mainFunction · 0.45
ReadTexelAddressValueFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected