You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since updating Streamline to the latest version, the NIS plugin does not work correctly. Sometimes it works, sometimes it doesn't.
No errors will be reported by NIS. slEvaluateFeature will return sl::Result::eOk but no sharpening is applied.
Calling
sl::NISOptions nisOptions{};
nisOptions.mode = sl::NISMode::eSharpen;
nisOptions.hdrMode = sl::NISHDR::eNone;
nisOptions.sharpness = a_sharpness;
if (SL_FAILED(result, slNISSetOptions(viewport, nisOptions))) {
logger::critical("[Streamline] Could not set NIS options");
}
Returns no errors either.
Probably unrelated to this bug report but the latest Streamline might have major performance issues as well, based on reports from many users of reduced performance since updating.
The text was updated successfully, but these errors were encountered:
jake-nv
added
the
ack
Acknowledged. We may or may not do something, but won’t commit either way.
label
Mar 20, 2025
I think regression because the only changes I made were related to updating Streamline from 2.0.1 to latest. It would only seem to initialise for me if DLSS was enabled on startup then when disabled NIS would work.
Since updating Streamline to the latest version, the NIS plugin does not work correctly. Sometimes it works, sometimes it doesn't.
No errors will be reported by NIS.
slEvaluateFeature
will returnsl::Result::eOk
but no sharpening is applied.Calling
Returns no errors either.
Probably unrelated to this bug report but the latest Streamline might have major performance issues as well, based on reports from many users of reduced performance since updating.
The text was updated successfully, but these errors were encountered: