DXC on DX12 in CI (#4571)

This commit is contained in:
Connor Fitzgerald
2023-10-26 04:01:38 -04:00
committed by GitHub
parent a4b53169c6
commit ca7ac86ccd
13 changed files with 59 additions and 27 deletions

View File

@@ -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();