MFMapDX9FormatToDXGIFormat function
Converts a Microsoft Direct3D 9 format identifier to a Microsoft DirectX Graphics Infrastructure (DXGI) format identifier.
Syntax
DXGI_FORMAT STDAPI MFMapDX9FormatToDXGIFormat( _In_ DWORD dx9 );
Parameters
- dx9 [in]
-
The D3DFORMAT value or FOURCC code to convert.
Return value
Returns a DXGI_FORMAT value.
Requirements
|
Minimum supported client |
Windows 8 [desktop apps only] |
|---|---|
|
Minimum supported server |
Windows Server 2012 [desktop apps only] |
|
Header |
|
|
Library |
|
|
DLL |
|
See also
Show: