Function hassle_rs::fake_sign::fake_sign_dxil_in_place
source · [−]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