Share via


D3DMPTFILTERCAPS Values (Windows CE 5.0)

Send Feedback

The following table shows values that are used in the TextureFilterCaps member of the D3DMCAPS structure to describe device capabilities related to texture filtering. See D3DMTEXTURESTAGESTATETYPE for information on the corresponding texture stage states.

Value Description
D3DMPTFILTERCAPS_MINFPOINT Indicates that the device supports D3DMTEXF_POINT filtering for minification. This corresponds to the D3DMTSS_MINFILTER texture stage state.
D3DMPTFILTERCAPS_MINFLINEAR Indicates that the device supports D3DMTEXF_LINEAR filtering for minification. This corresponds to the D3DMTSS_MINFILTER texture stage state.
D3DMPTFILTERCAPS_MINFANISOTROPIC Indicates that the device supports D3DMTEXF_ANISOTROPIC filtering for minification. This corresponds to the D3DMTSS_MINFILTER texture stage state.
D3DMPTFILTERCAPS_MIPFPOINT Indicates that the device supports D3DMTEXF_POINT filtering for mip-level filtering.This corresponds to the D3DMTSS_MIPFILTER texture stage state.
D3DMPTFILTERCAPS_MIPFLINEAR Indicates that the device supports D3DMTEXF_LINEAR filtering for mip-level filtering. This corresponds to the D3DMTSS_MIPFILTER texture stage state.
D3DMPTFILTERCAPS_MAGFPOINT Indicates that the device supports D3DMTEXF_POINT filtering for magnification. This corresponds to the D3DMTSS_MAGFILTER texture stage state.
D3DMPTFILTERCAPS_MAGFLINEAR Indicates that the device supports D3DMTEXF_LINEAR filtering for magnification. This corresponds to the D3DMTSS_MAGFILTER texture stage state.
D3DMPTFILTERCAPS_MAGFANISOTROPIC Indicates that the device supports D3DMTEXF_ANISOTROPIC filtering for magnification. This corresponds to the D3DMTSS_MAGFILTER texture stage state.

Requirements

OS Versions: Windows CE 5.0 and later.
Header: D3dmcaps.h.

See Also

Direct3D Mobile Capability Bits | Direct3D Mobile Macros

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.