FilterCaps.SupportsMipMapPoint Property (Microsoft.DirectX.Direct3D)
Indicates that the device supports per-stage point-sample filtering for mipmaps.
Definition
Visual Basic Public ReadOnly Property SupportsMipMapPoint As Boolean C# public bool SupportsMipMapPoint { get; } C++ public:
property bool SupportsMipMapPoint {
bool get();
}JScript public function get SupportsMipMapPoint() : boolean
Property Value
System.Boolean
Value that is true if the device supports per-stage point-sample filtering for mipmaps, or false if it does not.This property is read-only.
Remarks
The point-sample mipmapping filter is represented by the TextureFilter.Point enumerated value.