Update release notes

This commit is contained in:
JMS55 2025-07-07 22:28:51 -04:00
parent 10c96e8301
commit 04f488bc47

View File

@ -21,7 +21,7 @@ To use DLSS in your app:
* Check for the presence of `Option<Res<DlssSupported>>` at runtime to see if DLSS is supported on the current machine * Check for the presence of `Option<Res<DlssSupported>>` at runtime to see if DLSS is supported on the current machine
* Add the `Dlss` component to your camera entity, optionally setting a specific `DlssPerfQualityMode` (defaults to `Auto`) * Add the `Dlss` component to your camera entity, optionally setting a specific `DlssPerfQualityMode` (defaults to `Auto`)
* Optionally add sharpening via `ContrastAdaptiveSharpening` * Optionally add sharpening via `ContrastAdaptiveSharpening`
* Custom rendering code, including third party crates, should account for the optional `MainPassResolutionOverride` to work with DLSS * Custom rendering code, including third party crates, should account for the optional `MainPassResolutionOverride` to work with DLSS (see the `custom_render_phase` example)
Note that DLSS integration is expected to have some bugs in this release related to certain rendering effects not respecting upscaling settings, and possible issues with transparencies or camera exposure. Please report any bugs encountered. Note that DLSS integration is expected to have some bugs in this release related to certain rendering effects not respecting upscaling settings, and possible issues with transparencies or camera exposure. Please report any bugs encountered.