Fix another link
This commit is contained in:
parent
baa26682e9
commit
e2d8a9e08b
@ -1,6 +1,6 @@
|
||||
//! NVIDIA Deep Learning Super Sampling.
|
||||
//!
|
||||
//! See https://github.com/JMS55/dlss_wgpu for licensing requirements and setup instructions.
|
||||
//! See https://github.com/bevyengine/dlss_wgpu for licensing requirements and setup instructions.
|
||||
//!
|
||||
//! # Usage
|
||||
//! 1. Enable Bevy's `dlss` feature
|
||||
|
@ -6,7 +6,7 @@ pull_requests: [19817, 19864]
|
||||
|
||||
For users with NVIDIA RTX GPUs, Bevy now offers yet another form of anti-aliasing: DLSS.
|
||||
|
||||
Try it out by running Bevy's anti_aliasing example: `cargo run --example anti_aliasing --features dlss --release` (after performing setup from https://github.com/JMS55/dlss_wgpu).
|
||||
Try it out by running Bevy's anti_aliasing example: `cargo run --example anti_aliasing --features dlss --release` (after performing setup from https://github.com/bevyengine/dlss_wgpu).
|
||||
|
||||
Compared to Bevy's built-in TAA, DLSS:
|
||||
* Is much higher quality
|
||||
|
Loading…
Reference in New Issue
Block a user