windows::Win32::Graphics::Direct3D::Fxc

Type Alias pD3DPreprocess

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

Aliased Type§

enum pD3DPreprocess {
    None,
    Some(unsafe extern "system" fn(_: *const c_void, _: usize, _: PCSTR, _: *const D3D_SHADER_MACRO, _: Ref<'_, ID3DInclude>, _: 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>, _: OutRef<'_, ID3DBlob>, _: OutRef<'_, ID3DBlob>) -> HRESULT)

Some value of type T.