MCPcopy Create free account
hub / github.com/RavEngine/RavEngine / LoadProcedure

Method LoadProcedure

deps/LLGL/sources/Platform/IOS/IOSModule.cpp:60–65  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

58}
59
60void* IOSModule::LoadProcedure(const char* procedureName)
61{
62 /* Get procedure address from library module and return it as raw-pointer */
63 auto procAddr = dlsym(handle_, procedureName);
64 return reinterpret_cast<void*>(procAddr);
65}
66
67
68} // /namespace LLGL

Callers 4

LoadRenderSystemBuildIDFunction · 0.45
LoadRenderSystemNameFunction · 0.45
LoadRenderSystemFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected