[][src]Function hassle_rs::utils::validate_dxil

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

Helper function to validate a DXIL binary independant from the compilation process, this function expects dxcompiler.dll and dxil.dll to be available in the current execution environment. dxil.dll is currently not available on Linux.