IDXGIAdapter interface
The IDXGIAdapter interface represents a display sub-system (including one or more GPU's, DACs and video memory).
Members
The IDXGIAdapter interface inherits from IDXGIObject. IDXGIAdapter also has these types of members:
Methods
The IDXGIAdapter interface has these methods.
| Method | Description |
|---|---|
| CheckInterfaceSupport |
Checks whether the system supports a device interface for a graphics component. |
| EnumOutputs |
Enumerate adapter (video card) outputs. |
| GetDesc |
Gets a DXGI 1.0 description of an adapter (or video card). |
Remarks
A display sub-system is often referred to as a video card, however, on some machines the display sub-system is part of the mother board.
To enumerate the display sub-systems, use IDXGIFactory::EnumAdapters. To get an interface to the adapter for a particular device, use IDXGIDevice::GetAdapter. To create a software adapter, use IDXGIFactory::CreateSoftwareAdapter.
Windows Phone 8: This API is supported.
Requirements
|
Header |
|
|---|---|
|
Library |
|
See also
Send comments about this topic to Microsoft
Build date: 11/22/2012