Skip to content

Commit

Permalink
Remove DX11 from doc for backends
Browse files Browse the repository at this point in the history
This was removed in WGPU v0.19
  • Loading branch information
dhardy committed May 28, 2024
1 parent 628598d commit de82f6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/kas-wgpu/src/options.rs
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ impl Options {
"FALLBACK" => Backends::empty(),
other => {
log::error!("from_env: bad var KAS_BACKENDS={other}");
log::error!("from_env: supported backends: VULKAN, GL, METAL, DX11, DX12, BROWSER_WEBGPU, PRIMARY, SECONDARY, FALLBACK");
log::error!("from_env: supported backends: VULKAN, GL, METAL, DX12, BROWSER_WEBGPU, PRIMARY, SECONDARY, FALLBACK");
self.backends
}
}
Expand Down

0 comments on commit de82f6c

Please sign in to comment.