mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-09-16 10:45:45 +00:00
Implement missing stub on apple
This commit is contained in:
@@ -32,6 +32,10 @@ void LibraryHooks::BeginHookRegistration()
|
||||
// nothing to do
|
||||
}
|
||||
|
||||
void LibraryHooks::RegisterFunctionHook(const char *libraryName, const FunctionHook &hook)
|
||||
{
|
||||
}
|
||||
|
||||
void LibraryHooks::RegisterLibraryHook(char const *, FunctionLoadCallback cb)
|
||||
{
|
||||
if(cb)
|
||||
|
||||
Reference in New Issue
Block a user