[][src]Type Definition d3d12::Factory2

type Factory2 = WeakPtr<IDXGIFactory2>;

Methods

impl Factory2[src]

pub fn create_swapchain_for_hwnd(
    &self,
    queue: CommandQueue,
    hwnd: HWND,
    desc: &SwapchainDesc
) -> D3DResult<SwapChain1>
[src]