Expand Minimize
This topic has not yet been rated - Rate this topic

MFMapDXGIFormatToDX9Format function

Converts a Microsoft DirectX Graphics Infrastructure (DXGI) format identifier to a Microsoft Direct3D 9 format identifier.

Syntax


DWORD STDAPI MFMapDXGIFormatToDX9Format(
  _In_  DXGI_FORMAT dx11
);

Parameters

dx11 [in]

The DXGI_FORMAT value to convert.

Return value

Returns a D3DFORMAT value or FOURCC code.

Requirements

Minimum supported client

Windows 8 [desktop apps only]

Minimum supported server

Windows Server 2012 [desktop apps only]

Header

Mfapi.h

Library

Mfplat.lib

DLL

Mfplat.dll

See also

MFMapDX9FormatToDXGIFormat

 

 

Send comments about this topic to Microsoft

Build date: 11/28/2012

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.