pub struct Dxc { /* private fields */ }
Implementations§
source§impl Dxc
impl Dxc
sourcepub fn new(lib_path: Option<PathBuf>) -> Result<Self>
pub fn new(lib_path: Option<PathBuf>) -> Result<Self>
dxc_path
can point to a library directly or the directory containing the library,
in which case the appended filename depends on the platform.