MCPcopy Create free account
hub / github.com/RenderKit/oidn / usmCopy

Method usmCopy

core/engine.cpp:142–145  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

140 }
141
142 void Engine::usmCopy(void* dstPtr, const void* srcPtr, size_t byteSize)
143 {
144 throw std::logic_error("USM is not supported by the device");
145 }
146
147 void Engine::submitUSMCopy(void* dstPtr, const void* srcPtr, size_t byteSize)
148 {

Callers 3

getHashMethod · 0.45
readMethod · 0.45
writeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected