IDXGISwapChain3 interface

Extends IDXGISwapChain2 with methods to support getting the index of the swap chain's current back buffer and support for color space.

Members

The IDXGISwapChain3 interface inherits from IDXGISwapChain2. IDXGISwapChain3 also has these types of members:

Methods

The IDXGISwapChain3 interface has these methods.

MethodDescription
CheckColorSpaceSupport

Checks the swap chain's support for color space.

GetCurrentBackBufferIndex

Gets the index of the swap chain's current back buffer.

ResizeBuffers1

Changes the swap chain's back buffer size, format, and number of buffers, where the swap chain was created using a D3D12 command queue as an input device. This should be called when the application window is resized.

SetColorSpace1

Sets the color space used by the swap chain.

 

Requirements

Minimum supported client

Windows 10 [desktop apps | UWP apps]

Minimum supported server

Windows Server 2016 [desktop apps | Windows Store apps]

Header

DXGI1_4.h

Library

Dxgi.lib

See also

IDXGISwapChain2
DXGI Interfaces

 

 

Show: