MCPcopy Create free account
hub / github.com/MethanePowered/MethaneKit / SetSettings

Method SetSettings

Apps/07-ParallelRendering/ParallelRenderingApp.cpp:545–553  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

543}
544
545void ParallelRenderingApp::SetSettings(const Settings& settings)
546{
547 META_FUNCTION_TASK();
548 if (m_settings == settings)
549 return;
550
551 m_settings = settings;
552 GetRenderContext().Reset();
553}
554
555void ParallelRenderingApp::OnContextReleased(rhi::IContext& context)
556{

Callers 1

OnKeyboardStateActionMethod · 0.80

Calls 1

ResetMethod · 0.45

Tested by

no test coverage detected