MCPcopy Create free account
hub / github.com/BobbyAnguelov/Esoterica / Reset

Method Reset

Code/Base/Drawing/DebugDrawingSystem.cpp:50–57  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

48 Threading::ScopeLockRead Lock( m_threadCommandBuffersMutex );
49 for ( CommandBufferRecord& record : m_threadCommandBuffers )
50 {
51 reflectedFrameCommands.AddThreadCommands( *record.m_pBuffer );
52 record.m_pBuffer->Clear();
53 }
54 }
55
56 void DebugDrawSystem::Reset()
57 {
58 Threading::ScopeLockRead Lock( m_threadCommandBuffersMutex );
59 for ( CommandBufferRecord& record : m_threadCommandBuffers )
60 {

Callers 2

ResetFunction · 0.45

Calls 1

ClearMethod · 0.45

Tested by

no test coverage detected