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

Method request

modules/engine/runtime/src/io/vram/vram_service.cpp:98–105  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

96}
97
98void VRAMService::request(IOBatchId batch) SKR_NOEXCEPT
99{
100 runner.enqueueBatch(batch);
101 if (awake_at_request)
102 {
103 runner.awake();
104 }
105}
106
107VRAMIOBufferId VRAMService::request(BlocksVRAMRequestId request, IOFuture* future, SkrAsyncServicePriority priority) SKR_NOEXCEPT
108{

Callers 1

addRAMRequestsMethod · 0.45

Calls 2

enqueueBatchMethod · 0.45
add_requestMethod · 0.45

Tested by

no test coverage detected