MCPcopy Create free account
hub / github.com/PCSX2/pcsx2 / EventIsDraw

Function EventIsDraw

common/ReadbackSpinManager.cpp:13–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11}
12
13static bool EventIsDraw(const ReadbackSpinManager::Event& event)
14{
15 return !EventIsReadback(event);
16}
17
18static bool IsCompleted(const ReadbackSpinManager::Event& event)
19{

Callers 1

DrawSubmittedMethod · 0.85

Calls 1

EventIsReadbackFunction · 0.85

Tested by

no test coverage detected