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

Function bool

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

Source from the content-addressed store, hash-verified

46 oidn_inline const BufferRef& getBuffer() const { return buffer; }
47
48 oidn_inline operator bool() const { return buffer; }
49
50 // Data with device storage must be explicitly copied between host and device
51 void toHost();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected