Commit f36f49fa authored by Christian Costa's avatar Christian Costa Committed by Alexandre Julliard

include: Add missing formats in D3DXIMAGE_FILEFORMAT enum.

parent 17b18218
......@@ -52,7 +52,7 @@
#define D3DX_CHANNEL_LUMINANCE 0x00000010
/**********************************************
**************** Typedefs ****************
****************** Typedefs ******************
**********************************************/
typedef enum _D3DXIMAGE_FILEFORMAT
{
......@@ -63,6 +63,8 @@ typedef enum _D3DXIMAGE_FILEFORMAT
D3DXIFF_DDS,
D3DXIFF_PPM,
D3DXIFF_DIB,
D3DXIFF_HDR,
D3DXIFF_PFM,
D3DXIFF_FORCE_DWORD = 0x7fffffff
} D3DXIMAGE_FILEFORMAT;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment