mirror of
https://github.com/gfx-rs/wgpu.git
synced 2024-11-25 16:24:24 +00:00
Updated documentation to clarify dx12compiler usage. (#3957)
This commit is contained in:
parent
21098cdace
commit
ac9ac8bcae
@ -6309,9 +6309,9 @@ pub enum Dx12Compiler {
|
||||
/// However, it requires both `dxcompiler.dll` and `dxil.dll` to be shipped with the application.
|
||||
/// These files can be downloaded from <https://github.com/microsoft/DirectXShaderCompiler/releases>.
|
||||
Dxc {
|
||||
/// Path to the `dxcompiler.dll` file. Passing `None` will use standard platform specific dll loading rules.
|
||||
/// 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 `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 `dxil.dll` file. Passing `None` will use standard platform specific dll loading rules.
|
||||
dxc_path: Option<PathBuf>,
|
||||
},
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user