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

Function finishFrame

src/dll/rendering.cpp:75–84  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

73// ----------------------------------------------------------------------------------------------------------------
74
75static void finishFrame()
76{
77 ZoneScopedN(__FUNCTION__);
78
79 g_frameConstants.taaRanThisFrame = false;
80 ShaderRegistry::releaseUnused();
81 g_frameConstants.prevViewProjNoJitter = g_frameConstants.currViewProjNoJitter;
82
83 FrameMark;
84}
85
86// ----------------------------------------------------------------------------------------------------------------
87

Callers 1

Draw_hookFunction · 0.85

Calls 1

releaseUnusedFunction · 0.85

Tested by

no test coverage detected