Add note about DlssSupported
This commit is contained in:
parent
6b960b0d7f
commit
cf1a1f7b7f
@ -18,6 +18,7 @@ To use DLSS in your app:
|
||||
* See https://github.com/JMS55/dlss_wgpu for licensing requirements and setup instructions
|
||||
* Enable Bevy's `dlss` feature
|
||||
* Insert the `DlssProjectId` resource before `DefaultPlugins` when setting up your app
|
||||
* 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`)
|
||||
* Optionally add sharpening via `ContrastAdaptiveSharpening`
|
||||
* Custom rendering code, including third party crates, should account for the optional `MainPassResolutionOverride` to work with DLSS
|
||||
|
Loading…
Reference in New Issue
Block a user