D3DPTFILTERCAPS
Texture filtering constants.
#define | Description | |
D3DPTFILTERCAPS_CONVOLUTIONMONO | Device supports monochrome convolution filtering. This filter is represented by the D3DTEXF_CONVOLUTIONMONO member of the D3DTEXTUREFILTERTYPE enumerated type.
|
|
D3DPTFILTERCAPS_MAGFPOINT | Device supports per-stage point-sample filtering for magnifying textures. The point-sample magnification filter is represented by the D3DTEXF_POINT member of the D3DTEXTUREFILTERTYPE enumerated type. | |
D3DPTFILTERCAPS_MAGFLINEAR | Device supports per-stage bilinear interpolation filtering for magnifying mipmaps. The bilinear interpolation mipmapping filter is represented by the D3DTEXF_LINEAR member of the D3DTEXTUREFILTERTYPE enumerated type. | |
D3DPTFILTERCAPS_MAGFANISOTROPIC | Device supports per-stage anisotropic filtering for magnifying textures. The anisotropic magnification filter is represented by the D3DTEXF_ANISOTROPIC member of the D3DTEXTUREFILTERTYPE enumerated type. | |
D3DPTFILTERCAPS_MAGFPYRAMIDALQUAD | Device supports per-stage pyramidal sample filtering for magnifying textures. The pyramidal magnifying filter is represented by the D3DTEXF_PYRAMIDALQUAD member of the D3DTEXTUREFILTERTYPE enumerated type. | |
D3DPTFILTERCAPS_MAGFGAUSSIANQUAD | Device supports per-stage Gaussian quad filtering for magnifying textures. | |
D3DPTFILTERCAPS_MINFPOINT | Device supports per-stage point-sample filtering for minifying textures. The point-sample minification filter is represented by the D3DTEXF_POINT member of the D3DTEXTUREFILTERTYPE enumerated type. | |
D3DPTFILTERCAPS_MINFLINEAR | Device supports per-stage linear filtering for minifying textures. The linear minification filter is represented by the D3DTEXF_LINEAR member of the D3DTEXTUREFILTERTYPE enumerated type. | |
D3DPTFILTERCAPS_MINFANISOTROPIC | Device supports per-stage anisotropic filtering for minifying textures. The anisotropic minification filter is represented by the D3DTEXF_ANISOTROPIC member of the D3DTEXTUREFILTERTYPE enumerated type. | |
D3DPTFILTERCAPS_MINFPYRAMIDALQUAD | Device supports per-stage pyramidal sample filtering for minifying textures. | |
D3DPTFILTERCAPS_MINFGAUSSIANQUAD | Device supports per-stage Gaussian quad filtering for minifying textures. | |
D3DPTFILTERCAPS_MIPFPOINT | Device supports per-stage point-sample filtering for mipmaps. The point-sample mipmapping filter is represented by the D3DTEXF_POINT member of the D3DTEXTUREFILTERTYPE enumerated type. | |
D3DPTFILTERCAPS_MIPFLINEAR | Device supports per-stage bilinear interpolation filtering for mipmaps. The bilinear interpolation mipmapping filter is represented by the D3DTEXF_LINEAR member of the D3DTEXTUREFILTERTYPE enumerated type. |
These constants are used by TextureFilterCaps, CubeTextureFilterCaps, VolumeTextureFilterCaps, and VertexTextureFilterCaps members of D3DCAPS9.
Constant Information
Requirement | Value |
---|---|
Header | d3d9caps.h |
Minimum operating system | Windows 98 |
Related topics