IDXGIOutput2 interface
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.
Members
The IDXGIOutput2 interface inherits from IDXGIOutput1. IDXGIOutput2 also has these types of members:
Methods
The IDXGIOutput2 interface has these methods.
| Method | Description |
|---|---|
| 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
|
Minimum supported client |
Windows 8.1 [desktop apps | Windows Store apps] |
|---|---|
|
Minimum supported server |
Windows Server 2012 R2 [desktop apps | Windows Store apps] |
|
Header |
|
|
Library |
|
See also