Function windows_sys::Win32::Graphics::Direct3D::Fxc::D3DCompile
[−]pub unsafe extern "system" fn D3DCompile(
psrcdata: *const c_void,
srcdatasize: usize,
psourcename: PSTR,
pdefines: *const D3D_SHADER_MACRO,
pinclude: ID3DInclude,
pentrypoint: PSTR,
ptarget: PSTR,
flags1: u32,
flags2: u32,
ppcode: *mut ID3DBlob,
pperrormsgs: *mut ID3DBlob
) -> HRESULTExpand description
Required features: ‘Win32_Graphics_Direct3D_Fxc’, ‘Win32_Foundation’
