DirectX Graphics Infrastructure, orDXGI, is a component of theWindows Vista operating system that is used by bothDirect3D (10.1) and the OpenGL standard to provide mapping between the APIs and the graphics kernel. The graphics kernel then interfaces with the Windows Display Driver Module driver, running in user-mode. DXGI offers a number of objects to handle multiple tasks.Factor (IDXGIFactory interface) provides methods for enumerating hardware adapters and creating software adapters for example. TheAdapter object (IDCGIAdapter interface) provides methods for enumerating outputs. TheOutput object (IDXGIOutput interface) provides methods for managing properties of display monitors.
TheSwap Chain object (IDCGISwapChain interface) aids with presentation and animation of rendered frames management. The Device object (DXGIDevice interface) is implemented by the products device object. TheResource object (IDXGIResource interface) is implemented by resources.
OtherDirectX related glossary:
DirectDraw
Direct2D
Direct3D
DXGI
DirectInput
DirectPlay
DirectPlay Voice
DirectSound
DirectSound3D
DirectMusic
DirectX Audio
DirectX Media
DxDiag
DirectX Media Objects
DirectSetup
XAudio2
Select a term to see the explanation
Select a file extension to see its definition