MCPcopy Create free account
hub / github.com/aliasIsolation/aliasIsolation / taaEnableApiHooks

Function taaEnableApiHooks

src/dll/taa.cpp:442–448  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

440}
441
442void taaEnableApiHooks()
443{
444 ZoneScopedN(__FUNCTION__);
445
446 enableMethodHook(Map);
447 enableMethodHook(Unmap);
448}
449
450void taaDisableApiHooks()
451{

Callers 1

enableShaderHooksFunction · 0.85

Calls 1

enableMethodHookFunction · 0.85

Tested by

no test coverage detected