MCPcopy 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
63SKR_FORCEINLINE SwapableCmdPool::RC SwapableCmdPool::get() SKR_NOEXCEPT
64{
65 return RC(pools[index], &rcs[index]);
66}
67
68void SwapableCmdPool::swap() SKR_NOEXCEPT
69{

Callers 15

resolveMethod · 0.45
add_requestMethod · 0.45
startMethod · 0.45
poll_processed_batchMethod · 0.45
addRAMRequestsMethod · 0.45
ensureRAMRequestsMethod · 0.45
StackCmdAllocatorClass · 0.45
addUploadRequestsMethod · 0.45
ensureUploadRequestsMethod · 0.45
fetchMethod · 0.45
enqueueAndSubmitMethod · 0.45
pollSubmittedMethod · 0.45

Calls 1

RCClass · 0.85

Tested by

no test coverage detected