Type Alias PFN_Direct3DCreate9On12Ex

pub type PFN_Direct3DCreate9On12Ex = Option<unsafe extern "system" fn(sdkversion: u32, poverridelist: *mut D3D9ON12_ARGS, numoverrideentries: u32, ppoutputinterface: OutRef<'_, IDirect3D9Ex>) -> HRESULT>;

Aliased Type§

pub enum PFN_Direct3DCreate9On12Ex {
    None,
    Some(unsafe extern "system" fn(u32, *mut D3D9ON12_ARGS, u32, OutRef<'_, IDirect3D9Ex>) -> HRESULT),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "system" fn(u32, *mut D3D9ON12_ARGS, u32, OutRef<'_, IDirect3D9Ex>) -> HRESULT)

Some value of type T.