MCPcopy Create free account
hub / github.com/GollyGang/ready / ChangeUseLocalMemory

Method ChangeUseLocalMemory

src/gui/InfoPanel.cpp:669–674  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

667// -----------------------------------------------------------------------------
668
669void InfoPanel::ChangeUseLocalMemory()
670{
671 AbstractRD& sys = frame->GetCurrentRDSystem();
672 sys.SetUseLocalMemory(!sys.GetUseLocalMemory());
673 this->Update(sys);
674}
675
676// -----------------------------------------------------------------------------
677

Callers

nothing calls this directly

Calls 3

UpdateMethod · 0.95
SetUseLocalMemoryMethod · 0.80
GetUseLocalMemoryMethod · 0.80

Tested by

no test coverage detected