File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1065,7 +1065,7 @@ filters can be used.
10651065To unset a previously set image parameter, returning it to a state as if it had
10661066not been set, call
10671067
1068- void oidnRemoveFilterImage (OIDNFilter filter, const char* name);
1068+ void oidnUnsetFilterImage (OIDNFilter filter, const char* name);
10691069
10701070Some special data used by filters are opaque/untyped (e.g. trained model weights
10711071blobs), which can be specified with the ` oidnSetSharedFilterData ` function:
@@ -1085,7 +1085,7 @@ updated by calling
10851085
10861086Unsetting an opaque data parameter can be performed with
10871087
1088- void oidnRemoveFilterData (OIDNFilter filter, const char* name);
1088+ void oidnUnsetFilterData (OIDNFilter filter, const char* name);
10891089
10901090Filters may have parameters other than buffers as well, which you can set and
10911091get using the following functions:
You can’t perform that action at this time.
0 commit comments