MCPcopy Create free account
hub / github.com/SakuraEngine/SakuraEngine / fetch

Method fetch

modules/engine/runtime/src/io/vram/vram_readers.cpp:114–119  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

112}
113
114bool CommonVRAMReader::fetch(SkrAsyncServicePriority priority, IOBatchId batch) SKR_NOEXCEPT
115{
116 fetched_batches[priority].enqueue(batch);
117 inc_processing(priority);
118 return true;
119}
120
121void CommonVRAMReader::dispatch(SkrAsyncServicePriority priority) SKR_NOEXCEPT
122{

Callers 1

enqueueBatchMethod · 0.45

Calls 2

enqueueMethod · 0.45
getMethod · 0.45

Tested by

no test coverage detected