pub fn validate_dxil(data: &[u8]) -> Result<Vec<u8>, HassleError>
Expand description

Helper function to validate a DXIL binary independent from the compilation process, this function expects dxcompiler.dll and dxil.dll to be available in the current execution environment.

dxil.dll is only available on Windows.