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

Method getDevice

core/buffer.cpp:30–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28 }
29
30 Device* Buffer::getDevice() const
31 {
32 return getEngine()->getDevice();
33 }
34
35 void Buffer::read(size_t byteOffset, size_t byteSize, void* dstHostPtr, SyncMode sync)
36 {

Callers 9

USMBufferMethod · 0.45
InputProcessDescFunction · 0.45
addConvMethod · 0.45
addConcatConvMethod · 0.45
api.cppFile · 0.45
getDeviceFunction · 0.45
releaseObjectFunction · 0.45
oidnSetFilterImageFunction · 0.45

Calls 1

getEngineFunction · 0.70

Tested by

no test coverage detected