Function windows_sys::Win32::Graphics::Direct3D10::D3D10CreateDeviceAndSwapChain
[−]pub unsafe extern "system" fn D3D10CreateDeviceAndSwapChain(
padapter: IDXGIAdapter,
drivertype: D3D10_DRIVER_TYPE,
software: HINSTANCE,
flags: u32,
sdkversion: u32,
pswapchaindesc: *const DXGI_SWAP_CHAIN_DESC,
ppswapchain: *mut IDXGISwapChain,
ppdevice: *mut ID3D10Device
) -> HRESULT
Expand description
Required features: "Win32_Graphics_Direct3D10"
, "Win32_Foundation"
, "Win32_Graphics_Dxgi_Common"