pub fn fake_sign_dxil_in_place(dxil: &mut [u8]) -> bool
Expand description

Helper function for signing DXIL binary blobs when dxil.dll might not be available (such as on Linux based platforms). This essentially performs the same functionality as crate::validate_dxil() but in a more cross platform way.

Ported from https://github.com/baldurk/renderdoc/blob/v1.x/renderdoc/driver/shaders/dxbc/dxbc_container.cpp#L832