Skip to content

Commit

Permalink
Update Dx12Compiler documentation even more. (gfx-rs#3995)
Browse files Browse the repository at this point in the history
  • Loading branch information
PJB3005 committed Aug 1, 2023
1 parent 0af3734 commit 09b010b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wgpu-types/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6311,7 +6311,7 @@ pub enum Dx12Compiler {
Dxc {
/// Path to the `dxil.dll` file, or path to the directory containing `dxil.dll` file. Passing `None` will use standard platform specific dll loading rules.
dxil_path: Option<PathBuf>,
/// Path to the `dxcompiler.dll` file, or path to the directory containing `dxil.dll` file. Passing `None` will use standard platform specific dll loading rules.
/// Path to the `dxcompiler.dll` file, or path to the directory containing `dxcompiler.dll` file. Passing `None` will use standard platform specific dll loading rules.
dxc_path: Option<PathBuf>,
},
}
Expand Down

0 comments on commit 09b010b

Please sign in to comment.