D3DXIMAGE_INFO
Use to return a description of what the original contents of an image file looked like.
Type D3DXIMAGE_INFO
Depth As Long
Height As Long
MipLevels As Long
Width As Long
Format As Long
End Type
Members
- Depth
- Width of original image in pixels.
- Height
- Height of original image in pixels.
- MipLevels
- Depth of original image in pixels
- Width
- Number of mip levels in original image.
- Format
- A value from the CONST_D3DFORMAT enumerated type that most closely describes the data in the original image.
See Also
D3DX8.DeclaratorFromFVF, D3DX8.FVFFromDeclarator