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

Function removeData

include/OpenImageDenoise/oidn.hpp:585–588  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

583
584 OIDN_DEPRECATED("removeData is deprecated. Use unsetData instead.")
585 void removeData(const char* name)
586 {
587 oidnUnsetFilterData(handle, name);
588 }
589
590 // Sets a boolean parameter of the filter.
591 void set(const char* name, bool value)

Callers

nothing calls this directly

Calls 1

oidnUnsetFilterDataFunction · 0.85

Tested by

no test coverage detected