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

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

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