MCPcopy Create free account
hub / github.com/baldurk/renderdoc / SetModification

Method SetModification

qrenderdoc/Code/CaptureContext.cpp:1813–1817  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1811}
1812
1813void CaptureContext::SetModification(CaptureModifications mod)
1814{
1815 m_CaptureMods |= mod;
1816 m_MainWindow->captureModified();
1817}
1818
1819void CaptureContext::SaveChanges()
1820{

Callers

nothing calls this directly

Calls 1

captureModifiedMethod · 0.80

Tested by

no test coverage detected