Package com.ms.com.directX Previous
Previous
Microsoft Packages
Microsoft Packages
Index
Index
Next
Next

D3DPTEXTURECAPS_ Values

Use with the dwTextureCaps field of the d3dFindDeviceSearch class.

D3DPTEXTURECAPS_ALPHA
Supports RGBA textures. If this capability is not set, then only RGB textures are supported in those modes.
D3DPTEXTURECAPS_BORDER
Supports texture mapping along borders.
D3DPTEXTURECAPS_PERSPECTIVE
Perspective correction is supported.
D3DPTEXTURECAPS_POW2
All non-mipmapped textures must have widths and heights specified as powers of two if this flag is set. (Note that all mipmapped textures must always have dimensions that are powers of two.)
D3DPTEXTURECAPS_SQUAREONLY
All textures must be square.
D3DPTEXTURECAPS_TRANSPARENCY
Texture transparency is supported. (Only those texels that are not the current transparent color are drawn.)


© 1996 Microsoft Corporation. All rights reserved.