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

Method write

core/buffer.cpp:40–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

38 }
39
40 void Buffer::write(size_t byteOffset, size_t byteSize, const void* srcHostPtr, SyncMode sync)
41 {
42 throw Exception(Error::InvalidOperation, "writing the buffer is not supported");
43 }
44
45 Ref<Buffer> Buffer::newBuffer(size_t byteSize, size_t byteOffset)
46 {

Callers 7

dumpImplMethod · 0.45
toDeviceMethod · 0.45
write_prologueFunction · 0.45
write_namespace_beginFunction · 0.45
write_namespace_endFunction · 0.45
generateFunction · 0.45
operator <<Function · 0.45

Calls 3

ExceptionFunction · 0.85
usmCopyMethod · 0.45
submitUSMCopyMethod · 0.45

Tested by

no test coverage detected