DXGI Functions
This section contains info about the functions provided by DXGI.
In this section
| Topic | Description |
|---|---|
|
Creates a DXGI 1.0 factory that you can use to generate other DXGI objects. | |
|
Creates a DXGI 1.1 factory that you can use to generate other DXGI objects. | |
|
Creates a DXGI 1.3 factory that you can use to generate other DXGI objects. In Windows 8, any DXGI factory created while DXGIDebug.dll was present on the system would load and use it. Starting in Windows 8.1, apps explicitly request that DXGIDebug.dll be loaded instead. Use CreateDXGIFactory2 and specify the DXGI_CREATE_FACTORY_DEBUG flag to request DXGIDebug.dll; the DLL will be loaded if it is present on the system. | |
|
Retrieves a debugging interface. | |
|
Retrieves an interface that Windows Store apps use for debugging the Microsoft DirectX Graphics Infrastructure (DXGI). |
Related topics