GraphicsDeviceCapabilities.FilterCaps Properties
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. |
See Also
Reference
GraphicsDeviceCapabilities.FilterCaps Structure
CubeTextureFilterCapabilities
TextureFilterCapabilities
VertexTextureFilterCapabilities
VolumeTextureFilterCapabilities
Microsoft.Xna.Framework.Graphics Namespace