Skip to content

Commit

Permalink
dx12 compiler
Browse files Browse the repository at this point in the history
  • Loading branch information
mockersf committed Feb 9, 2025
1 parent bfb9957 commit 30c0127
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions crates/bevy_render/src/settings.rs
Original file line number Diff line number Diff line change
Expand Up @@ -104,10 +104,7 @@ impl Default for WgpuSettings {
Dx12Compiler::from_env().unwrap_or(if cfg!(feature = "statically-linked-dxc") {
Dx12Compiler::StaticDxc
} else {
Dx12Compiler::DynamicDxc {
dxc_path: String::from("dxcompiler.dll"),
dxil_path: String::from("dxil.dll"),
}
Dx12Compiler::Fxc
});

let gles3_minor_version = Gles3MinorVersion::from_env().unwrap_or_default();
Expand Down

0 comments on commit 30c0127

Please sign in to comment.