Fix another link

This commit is contained in:
JMS55 2025-07-08 21:55:50 -04:00
parent baa26682e9
commit e2d8a9e08b
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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