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

Method getByteOffset

core/buffer.h:142–142  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

140
141 Buffer* getBuffer() const { return buffer.get(); }
142 size_t getByteOffset() const { return byteOffset; }
143
144 protected:
145 // If the buffer gets reallocated, these must be called to free/re-init internal resources

Callers 3

loadRowFunction · 0.80
storeRowFunction · 0.80
updateSrcMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected