GraphicsDeviceCapabilities.FilterCaps Properties

Public Properties

Name Description
Public Property SupportsMagnifyAnisotropic Gets a value that indicates that the device supports per-stage anisotropic filtering for magnifying textures.
Public Property SupportsMagnifyGaussianQuad Gets a value indicating whether the device supports per-stage Gaussian quad filtering for magnifying textures.
Public Property SupportsMagnifyLinear Gets a value that indicates that the device supports per-stage bilinear interpolation filtering for magnifying textures.
Public Property SupportsMagnifyPoint Gets a value that indicates that the device supports per-stage point-sample filtering for magnifying textures.
Public Property SupportsMagnifyPyramidalQuad Gets a value that indicates that the device supports per-stage pyramidal sample filtering for magnifying textures.
Public Property SupportsMinifyAnisotropic Gets a value that indicates that the device supports per-stage anisotropic filtering for minifying textures.
Public Property SupportsMinifyGaussianQuad Gets a value indicating whether the device supports per-stage Gaussian quad filtering for minifying textures.
Public Property SupportsMinifyLinear Gets a value that indicates that the device supports per-stage bilinear interpolation filtering for minifying textures.
Public Property SupportsMinifyPoint Gets a value that indicates whether the device supports per-stage point-sample filtering for minifying textures.
Public Property SupportsMinifyPyramidalQuad Gets a value that indicates that the device supports per-stage pyramidal sample filtering for minifying textures.
Public Property SupportsMipMapLinear Gets a value that indicates that the device supports per-stage trilinear interpolation filtering for mipmaps.
Public Property SupportsMipMapPoint Gets a value that indicates that the device supports per-stage point-sample filtering for mipmaps.

See Also

Reference

GraphicsDeviceCapabilities.FilterCaps Structure
CubeTextureFilterCapabilities
TextureFilterCapabilities
VertexTextureFilterCapabilities
VolumeTextureFilterCapabilities
Microsoft.Xna.Framework.Graphics Namespace