Skip to content

Latest commit

 

History

History
81 lines (63 loc) · 3.14 KB

nn-dxgi-idxgiadapter1.md

File metadata and controls

81 lines (63 loc) · 3.14 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NN:dxgi.IDXGIAdapter1
IDXGIAdapter1 (dxgi.h)
The IDXGIAdapter1 interface represents a display sub-system (including one or more GPU's, DACs and video memory).
2ac7b82f-b5a5-ec94-1506-33b758455dd2
IDXGIAdapter1
IDXGIAdapter1 interface [DXGI]
IDXGIAdapter1 interface [DXGI]
described
direct3ddxgi.idxgiadapter1
dxgi/IDXGIAdapter1
direct3ddxgi\idxgiadapter1.htm
direct3ddxgi
003d5a10-e978-481f-8ca6-9e5ab69bfec0
12/05/2018
2ac7b82f-b5a5-ec94-1506-33b758455dd2, IDXGIAdapter1, IDXGIAdapter1 interface [DXGI], IDXGIAdapter1 interface [DXGI],described, direct3ddxgi.idxgiadapter1, dxgi/IDXGIAdapter1
dxgi.h
Windows
Windows 7 [desktop apps \| UWP apps]
Windows Server 2008 R2 [desktop apps \| UWP apps]
DXGI.lib
Windows
19H1
IDXGIAdapter1
dxgi/IDXGIAdapter1
c++
APIRef
kbSyntax
COM
DXGI.lib
DXGI.dll
IDXGIAdapter1

IDXGIAdapter1 interface

-description

The IDXGIAdapter1 interface represents a display sub-system (including one or more GPU's, DACs and video memory).

-inheritance

The IDXGIAdapter1 interface inherits from IDXGIAdapter. IDXGIAdapter1 also has these types of members:

-remarks

This interface is not supported by DXGI 1.0, which shipped in Windows Vista and Windows Server 2008. DXGI 1.1 support is required, which is available on Windows 7, Windows Server 2008 R2, and as an update to Windows Vista with Service Pack 2 (SP2) (KB 971644) and Windows Server 2008 (KB 971512).

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 IDXGIFactory1::EnumAdapters1. 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.

-see-also

DXGI Interfaces

IDXGIAdapter