Share via


GraphicsDeviceCapabilities.FilterCaps Members

The following tables list the members exposed by the GraphicsDeviceCapabilities.FilterCaps type.

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.

Public Methods

Name Description
Public Method Equals (Inherited from ValueType.)
Public Method GetHashCode (Inherited from ValueType.)
Public Method GetType (Inherited from Object.)
Public Method ReferenceEquals (Inherited from Object.)
Public Method ToString Retrieves a string representation of this object.

Protected Methods

Name Description
Protected Method Finalize (Inherited from Object.)
Protected Method MemberwiseClone (Inherited from Object.)

See Also

Reference

GraphicsDeviceCapabilities.FilterCaps Structure
Microsoft.Xna.Framework.Graphics Namespace