IDXGISwapChain Members

IDXGISwapChain has the following members.

Public Methods

  Name Description
GetBuffer Accesses one of the swap-chain’s back buffers.
GetContainingOutput Get the output (the display monitor) that contains the majority of the client area of the target window.
GetDesc Get a description of the swap chain.
Note Starting with Direct3D 11.1, we recommend not to use GetDesc anymore to get a description of the swap chain. Instead, use IDXGISwapChain1::GetDesc1.
GetFrameStatistics Gets performance statistics about the last render frame.
GetFullscreenState Get the state associated with full-screen mode.
GetLastPresentCount Gets the number of times that IDXGISwapChain::Present or IDXGISwapChain1::Present1 has been called.
Present Presents a rendered image to the user.
Note Starting with Direct3D 11.1, we recommend not to use Present anymore to present a rendered image. Instead, use IDXGISwapChain1::Present1. For more info, see Remarks.
ResizeBuffers Changes the swap chain’s back buffer size, format, and number of buffers. This should be called when the application window is resized.
ResizeTarget Resizes the output target.
SetFullscreenState Sets the display state to windowed or full screen.

See also

IDXGISwapChain