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

Method reset

qrenderdoc/Windows/ResourceInspector.cpp:47–51  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

45 }
46
47 void reset()
48 {
49 emit beginResetModel();
50 emit endResetModel();
51 }
52
53 void bumpLastUse(ResourceId id) { m_LastUse[id] = ++m_LastUseIdx; }
54 void resetLastUse()

Callers 4

InspectMethod · 0.45
OnCaptureLoadedMethod · 0.45
OnCaptureClosedMethod · 0.45
OnEventChangedMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected