pub type pD3DCompile = Option<unsafe extern "system" fn(psrcdata: *const c_void, srcdatasize: usize, pfilename: PCSTR, pdefines: *const D3D_SHADER_MACRO, pinclude: ID3DInclude, pentrypoint: PCSTR, ptarget: PCSTR, flags1: u32, flags2: u32, ppcode: *mut ID3DBlob, pperrormsgs: *mut ID3DBlob) -> HRESULT>;
Expand description

Required features: "Win32_Graphics_Direct3D_Fxc"