MCPcopy Create free account
hub / github.com/InoriRus/Kyty / BufferWait

Method BufferWait

source/emulator/src/Graphics/GraphicsRun.cpp:574–586  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

572}
573
574void CommandProcessor::BufferWait()
575{
576 BufferInit();
577
578 Core::LockGuard lock(m_mutex);
579
580 for (auto& buf: m_buffer)
581 {
582 EXIT_IF(buf == nullptr);
583
584 buf->WaitForFenceAndReset();
585 }
586}
587
588void CommandProcessor::ResetDeCe()
589{

Callers 3

WaitMethod · 0.80
KYTY_CP_OP_PARSERFunction · 0.80

Calls 1

WaitForFenceAndResetMethod · 0.80

Tested by

no test coverage detected