Type Alias windows::Win32::Graphics::Direct3D9on12::PFN_Direct3DCreate9On12
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§
None
No value.
Some(unsafe extern "system" fn(_: u32, _: *mut D3D9ON12_ARGS, _: u32) -> Option<IDirect3D9>)
Some value of type T
.