Function windows_sys::Win32::Graphics::Direct3D::Fxc::D3DCompile2
[−]pub unsafe extern "system" fn D3DCompile2(
psrcdata: *const c_void,
srcdatasize: usize,
psourcename: PCSTR,
pdefines: *const D3D_SHADER_MACRO,
pinclude: ID3DInclude,
pentrypoint: PCSTR,
ptarget: PCSTR,
flags1: u32,
flags2: u32,
secondarydataflags: u32,
psecondarydata: *const c_void,
secondarydatasize: usize,
ppcode: *mut ID3DBlob,
pperrormsgs: *mut ID3DBlob
) -> HRESULT
Expand description
Required features: "Win32_Graphics_Direct3D_Fxc"