| 569 | |
| 570 | OIDN_DEPRECATED("oidnGetFilter1f is deprecated. Use oidnGetFilterFloat instead.") |
| 571 | inline float oidnGetFilter1f(OIDNFilter filter, const char* name) |
| 572 | { |
| 573 | return oidnGetFilterFloat(filter, name); |
| 574 | } |
| 575 | |
| 576 | // Sets the progress monitor callback function of the filter. |
| 577 | OIDN_API void oidnSetFilterProgressMonitorFunction(OIDNFilter filter, |
nothing calls this directly
no test coverage detected