Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
13
static bool EventIsDraw(const ReadbackSpinManager::Event& event)
14
{
15
return !EventIsReadback(event);
16
}
17
18
static bool IsCompleted(const ReadbackSpinManager::Event& event)
19
{
Callers
1
DrawSubmitted
Method · 0.85
Calls
1
EventIsReadback
Function · 0.85
Tested by
no test coverage detected