pD3DCompile

Type Alias pD3DCompile 

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

Aliased Type§

pub enum pD3DCompile {
    None,
    Some(unsafe extern "system" fn(*const c_void, usize, PCSTR, *const D3D_SHADER_MACRO, Ref<'_, ID3DInclude>, PCSTR, PCSTR, u32, u32, OutRef<'_, ID3DBlob>, OutRef<'_, ID3DBlob>) -> HRESULT),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "system" fn(*const c_void, usize, PCSTR, *const D3D_SHADER_MACRO, Ref<'_, ID3DInclude>, PCSTR, PCSTR, u32, u32, OutRef<'_, ID3DBlob>, OutRef<'_, ID3DBlob>) -> HRESULT)

Some value of type T.