Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Inori/GPCS4
/ synchronize
Method
synchronize
GPCS4/Graphics/Sce/SceGpuQueue.cpp:42–45 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
40
}
41
42
void SceGpuQueue::synchronize()
43
{
44
m_device->syncSubmission();
45
}
46
47
void SceGpuQueue::createQueue(
48
SceQueueType type, SceObjects& objects)
Callers
1
submitPresent
Method · 0.45
Calls
1
syncSubmission
Method · 0.80
Tested by
no test coverage detected