Function windows::Win32::Graphics::Direct3D11::D3DX11CreateScan
pub unsafe fn D3DX11CreateScan<P0>(
pdevicecontext: P0,
maxelementscansize: u32,
maxscancount: u32,
) -> Result<ID3DX11Scan>where
P0: Param<ID3D11DeviceContext>,