mirror of
https://github.com/gfx-rs/wgpu.git
synced 2026-04-22 03:02:01 -04:00
DXC on DX12 in CI (#4571)
This commit is contained in:
committed by
GitHub
parent
a4b53169c6
commit
ca7ac86ccd
@@ -156,7 +156,7 @@ async fn setup<E: Example>(title: &str) -> Setup {
|
||||
|
||||
log::info!("Initializing the surface...");
|
||||
|
||||
let backends = wgpu::util::backend_bits_from_env().unwrap_or_else(wgpu::Backends::all);
|
||||
let backends = wgpu::util::backend_bits_from_env().unwrap_or_default();
|
||||
let dx12_shader_compiler = wgpu::util::dx12_shader_compiler_from_env().unwrap_or_default();
|
||||
let gles_minor_version = wgpu::util::gles_minor_version_from_env().unwrap_or_default();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user