Package com.ms.com.directX
Previous
Microsoft Packages
Index
Next
D3DPTBLENDCAPS_ Values
Use with the
dwTextureBlendCaps
field of the
d3dFindDeviceSearch
class.
D3DPTBLENDCAPS_COPY
Copy mode texture-blending (
D3DTBLEND_COPY
) is supported.
D3DPTBLENDCAPS_DECAL
Decal texture-blending mode (
D3DTBLEND_DECAL
) is supported.
D3DPTBLENDCAPS_DECALALPHA
Decal-alpha texture-blending mode (
D3DTBLEND_DECALALPHA
) is supported.
D3DPTBLENDCAPS_DECALMASK
Decal-mask texture-blending mode (
D3DTBLEND_DECALMASK
) is supported.
D3DPTBLENDCAPS_MODULATE
Modulate texture-blending mode (
D3DTBLEND_MODULATE
) is supported.
D3DPTBLENDCAPS_MODULATEALPHA
Modulate-alpha texture-blending mode (
D3DTBLEND_MODULATEALPHA
) is supported.
D3DPTBLENDCAPS_MODULATEMASK
Modulate-mask texture-blending mode (
D3DTBLEND_MODULATEMASK
) is supported.
© 1996 Microsoft Corporation. All rights reserved.