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

Function getData

apps/utils/image_buffer.h:38–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

36 oidn_inline size_t getByteSize() const { return byteSize; }
37
38 oidn_inline const void* getData() const { return devPtr; }
39 oidn_inline void* getData() { return devPtr; }
40 oidn_inline const void* getHostData() const { return hostPtr; }
41 oidn_inline void* getHostData() { return hostPtr; }

Callers 1

getMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected