From f36f49fae3ab2b5a57e29f9e23526becb9d17f2b Mon Sep 17 00:00:00 2001 From: Christian Costa Date: Wed, 8 Feb 2012 19:19:36 +0100 Subject: [PATCH] include: Add missing formats in D3DXIMAGE_FILEFORMAT enum. --- include/d3dx9tex.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/include/d3dx9tex.h b/include/d3dx9tex.h index 8e553e0d793..0f8fe6847b0 100644 --- a/include/d3dx9tex.h +++ b/include/d3dx9tex.h @@ -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;