![]() |
![]() |
![]() |
Defines the compression mode used for storing compressed animation set data.
Syntax
typedef enum _D3DXCOMPRESSION_FLAGS { D3DXCOMPRESS_DEFAULT = 0, D3DXCOMPRESS_FORCE_DWORD = 0x7fffffff } D3DXCOMPRESSION_FLAGS;
Constants
- D3DXCOMPRESS_DEFAULT
Implements fast compression.
- D3DXCOMPRESS_FORCE_DWORD
Forces this enumeration to compile to 32 bits in size. This value is not used.
Enumerated Type Information
Header d3dx9anim.h Minimum operating systems Windows 98