IDXGIOutput2 interface (dxgi1_3.h)

Represents an adapter output (such as a monitor). The IDXGIOutput2 interface exposes a method to check for multiplane overlay support on the primary output adapter.

Inheritance

The IDXGIOutput2 interface inherits from IDXGIOutput1. IDXGIOutput2 also has these types of members:

Methods

The IDXGIOutput2 interface has these methods.

 
IDXGIOutput2::SupportsOverlays

Queries an adapter output for multiplane overlay support.

Remarks

To determine the outputs that are available from the adapter, use IDXGIAdapter::EnumOutputs. To determine the specific output that the swap chain will update, use IDXGISwapChain::GetContainingOutput. You can then call QueryInterface from any IDXGIOutput or IDXGIOutput1 object to obtain an IDXGIOutput2 object.

Requirements

Requirement Value
Minimum supported client Windows 8.1 [desktop apps | UWP apps]
Minimum supported server Windows Server 2012 R2 [desktop apps | UWP apps]
Target Platform Windows
Header dxgi1_3.h

See also

DXGI Interfaces

IDXGIOutput1