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

Method Free

Source/Libraries/Common/Source/Library.cpp:44–47  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

42}
43
44void Library::Free() {
45 FreeLibrary(static_cast<HINSTANCE>(handle));
46 handle = nullptr;
47}
48
49void* Library::GetProcAddr(const char *name) const {
50 return GetProcAddress(static_cast<HINSTANCE>(handle), name);

Callers 2

OnDestroyResourceMethod · 0.45
OnDestroyResourceMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected