GraphicsDeviceCapabilities.FilterCaps Members
The following tables list the members exposed by the GraphicsDeviceCapabilities.FilterCaps type.
Public Properties
Name | Description | |
---|---|---|
SupportsMagnifyAnisotropic | Gets a value that indicates that the device supports per-stage anisotropic filtering for magnifying textures. | |
SupportsMagnifyGaussianQuad | Gets a value indicating whether the device supports per-stage Gaussian quad filtering for magnifying textures. | |
SupportsMagnifyLinear | Gets a value that indicates that the device supports per-stage bilinear interpolation filtering for magnifying textures. | |
SupportsMagnifyPoint | Gets a value that indicates that the device supports per-stage point-sample filtering for magnifying textures. | |
SupportsMagnifyPyramidalQuad | Gets a value that indicates that the device supports per-stage pyramidal sample filtering for magnifying textures. | |
SupportsMinifyAnisotropic | Gets a value that indicates that the device supports per-stage anisotropic filtering for minifying textures. | |
SupportsMinifyGaussianQuad | Gets a value indicating whether the device supports per-stage Gaussian quad filtering for minifying textures. | |
SupportsMinifyLinear | Gets a value that indicates that the device supports per-stage bilinear interpolation filtering for minifying textures. | |
SupportsMinifyPoint | Gets a value that indicates whether the device supports per-stage point-sample filtering for minifying textures. | |
SupportsMinifyPyramidalQuad | Gets a value that indicates that the device supports per-stage pyramidal sample filtering for minifying textures. | |
SupportsMipMapLinear | Gets a value that indicates that the device supports per-stage trilinear interpolation filtering for mipmaps. | |
SupportsMipMapPoint | Gets a value that indicates that the device supports per-stage point-sample filtering for mipmaps. |
Public Methods
Name | Description | |
---|---|---|
Equals | (Inherited from ValueType.) | |
GetHashCode | (Inherited from ValueType.) | |
GetType | (Inherited from Object.) | |
ReferenceEquals | (Inherited from Object.) | |
ToString | Retrieves a string representation of this object. |
Protected Methods
Name | Description | |
---|---|---|
Finalize | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) |
See Also
Reference
GraphicsDeviceCapabilities.FilterCaps Structure
Microsoft.Xna.Framework.Graphics Namespace