| Microsoft DirectX 8.1 (C++) |
Returns a description of the original contents of an image file.
typedef struct _D3DXIMAGE_INFO {
UINT Width;
UINT Height;
UINT Depth;
UINT MipLevels;
D3DFORMAT Format;
D3DRESOURCETYPE ResourceType;
D3DXIMAGE_FILEFORMAT ImageFileFormat;
} D3DXIMAGE_INFO;
Header: Declared in D3dx8tex.h.