MCPcopy Create free account
hub / github.com/FlaxEngine/FlaxEngine / ~TaaJitterRemoveContext

Method ~TaaJitterRemoveContext

Source/Engine/Graphics/RenderView.cpp:239–248  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

237}
238
239TaaJitterRemoveContext::~TaaJitterRemoveContext()
240{
241 if (_view)
242 {
243 // Restore projection
244 _view->Projection = _prevProjection;
245 _view->UpdateCachedData();
246 _view->NonJitteredProjection = _prevNonJitteredProjection;
247 }
248}

Callers

nothing calls this directly

Calls 1

UpdateCachedDataMethod · 0.45

Tested by

no test coverage detected