Switch link to https://github.com/bevyengine/dlss_wgpu
This commit is contained in:
parent
5ab00934d2
commit
baa26682e9
@ -31,7 +31,7 @@ bevy_diagnostic = { path = "../bevy_diagnostic", version = "0.17.0-dev" }
|
||||
|
||||
# other
|
||||
tracing = { version = "0.1", default-features = false, features = ["std"] }
|
||||
dlss_wgpu = { git = "https://github.com/JMS55/dlss_wgpu", optional = true }
|
||||
dlss_wgpu = { git = "https://github.com/bevyengine/dlss_wgpu", optional = true }
|
||||
|
||||
[lints]
|
||||
workspace = true
|
||||
|
||||
@ -103,7 +103,7 @@ wgpu = { version = "25", default-features = false, features = [
|
||||
"fragile-send-sync-non-atomic-wasm",
|
||||
] }
|
||||
naga = { version = "25", features = ["wgsl-in"] }
|
||||
dlss_wgpu = { git = "https://github.com/JMS55/dlss_wgpu", optional = true }
|
||||
dlss_wgpu = { git = "https://github.com/bevyengine/dlss_wgpu", optional = true }
|
||||
serde = { version = "1", features = ["derive"] }
|
||||
bytemuck = { version = "1.5", features = ["derive", "must_cast"] }
|
||||
downcast-rs = { version = "2", default-features = false, features = ["std"] }
|
||||
|
||||
@ -15,7 +15,7 @@ Compared to Bevy's built-in TAA, DLSS:
|
||||
* Requires running via the Vulkan backend on Windows/Linux (no macOS, web, or mobile support)
|
||||
|
||||
To use DLSS in your app:
|
||||
* 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
|
||||
* 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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user