Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SakuraEngine/SakuraEngine
/ get
Method
get
modules/engine/runtime/src/io/vram/vram_readers.cpp:63–66 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
61
}
62
63
SKR_FORCEINLINE SwapableCmdPool::RC SwapableCmdPool::get() SKR_NOEXCEPT
64
{
65
return RC(pools[index], &rcs[index]);
66
}
67
68
void SwapableCmdPool::swap() SKR_NOEXCEPT
69
{
Callers
15
resolve
Method · 0.45
add_request
Method · 0.45
start
Method · 0.45
poll_processed_batch
Method · 0.45
addRAMRequests
Method · 0.45
ensureRAMRequests
Method · 0.45
StackCmdAllocator
Class · 0.45
addUploadRequests
Method · 0.45
ensureUploadRequests
Method · 0.45
fetch
Method · 0.45
enqueueAndSubmit
Method · 0.45
pollSubmitted
Method · 0.45
Calls
1
RC
Class · 0.85
Tested by
no test coverage detected