MCPcopy Create free account
hub / github.com/BohemiaInteractive/CWR / Invalidate

Function Invalidate

engine/PoseidonGL33/GL33BindCache.cpp:94–100  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

92}
93
94void Invalidate()
95{
96 g_vao = kUnknown;
97 for (int i = 0; i < kUnits; i++)
98 g_tex[i] = kUnknown;
99 g_activeUnit = -1;
100}
101
102unsigned long long VaoRequests() { return g_vaoReq; }
103unsigned long long VaoBinds() { return g_vaoBind; }

Callers 4

EnsureTargetFunction · 0.85
BackToFrontMethod · 0.85
ResetMethod · 0.85
ResetForRemountMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected