Re-exports§
pub use crate::fake_sign::fake_sign_dxil_in_place;
Enums§
Functions§
- compile_
hlsl - Helper function to directly compile a HLSL shader to an intermediate language,
this function expects
dxcompiler.dll
to be available in the current executable environment. - validate_
dxil - Helper function to validate a DXIL binary independent from the compilation process,
this function expects
dxcompiler.dll
anddxil.dll
to be available in the current execution environment.