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

Function aliasIsolation_hookableOverlayRender

src/dll/post.cpp:36–55  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

34// a tendency to remove each other's hooks. For example, Fraps nukes the Present
35// hook of Cinematic Tools.
36extern "C" __declspec(dllexport) void __cdecl aliasIsolation_hookableOverlayRender(ID3D11Device * /*device*/,
37 ID3D11DeviceContext * /*context*/)
38{
39// We can't compile inline assembly for a 64-bit build target.
40#ifndef _WIN64
41 __asm {nop;
42nop;
43nop;
44nop;
45nop;
46nop;
47nop;
48nop;
49nop;
50nop;
51nop;
52nop;
53 }
54#endif
55}
56
57static ID3D11Buffer *createConstantBuffer(unsigned sizeBytes)
58{

Callers 1

caOnDrawFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected