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

Method synchronize

GPCS4/Graphics/Violet/VltQueue.cpp:49–54  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

47 }
48
49 void VltSubmissionQueue::synchronize()
50 {
51 // Since currently we don't use another thread to submit command buffer,
52 // we don't need to really synchronize.
53 // This need to be implemented after we support asynchronous submit.
54 }
55
56} // namespace sce::vlt

Callers 2

syncSubmissionMethod · 0.45
submitMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected