MCPcopy Create free account
hub / github.com/Inori/GPCS4 / reset

Method reset

GPCS4/Graphics/Sce/SceResourceTracker.cpp:116–121  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

114 }
115
116 void SceResourceTracker::reset()
117 {
118 std::lock_guard<util::sync::Spinlock> guard(m_lock);
119
120 m_resources.clear();
121 }
122
123} // namespace sce

Callers 3

unmapComputeQueueMethod · 0.45
destroyGpuQueuesMethod · 0.45
cleanupFrameMethod · 0.45

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected