D3DXSHCOMPRESSQUALITYTYPE
Microsoft DirectX 9.0 SDK Update (October 2004)

D3DXSHCOMPRESSQUALITYTYPE Enumerated Type


Spherical harmonic compression setting.

Syntax

typedef enum D3DXSHCOMPRESSQUALITYTYPE {
    D3DXSHCQUAL_FASTLOWQUALITY = 1,
    D3DXSHCQUAL_SLOWHIGHQUALITY = 2,
    D3DXSHCQUAL_FORCE_DWORD = 0x7fffffff
} D3DXSHCOMPRESSQUALITYTYPE;

Constants

D3DXSHCQUAL_FASTLOWQUALITY

The data compression is low quality, but is fast to compress.

D3DXSHCQUAL_SLOWHIGHQUALITY

The data compression is high quality, but is slow to compress.

D3DXSHCQUAL_FORCE_DWORD

Forces this enumeration to compile to 32 bits in size. This value is not used.

Enumerated Type Information

Headerd3dx9mesh.h
Minimum operating systems Windows 98


© 2004 Microsoft Corporation. All rights reserved.
Feedback? Please provide us with your comments on this topic.
For more help, visit the DirectX Developer Center.