pub type PFN_Direct3DCreate9On12 = Option<unsafe extern "system" fn(sdkversion: u32, poverridelist: *mut D3D9ON12_ARGS, numoverrideentries: u32) -> Option<IDirect3D9>>;

Aliased Type§

enum PFN_Direct3DCreate9On12 {
    None,
    Some(unsafe extern "system" fn(_: u32, _: *mut D3D9ON12_ARGS, _: u32) -> Option<IDirect3D9>),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "system" fn(_: u32, _: *mut D3D9ON12_ARGS, _: u32) -> Option<IDirect3D9>)

Some value of type T.