Sdílet prostřednictvím


GraphicsDeviceCapabilities.RasterCaps Members

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

Public Properties

Name Description
Public Property SupportsAnisotropy Gets a value indicating whether the device supports anisotropic filtering.
Public Property SupportsColorPerspective Gets a value indicating whether the device iterates colors perspective correctly.
Public Property SupportsDepthBias Gets a value indicating whether the device supports legacy depth bias.
Public Property SupportsDepthBufferLessHsr Gets a value indicating whether the device can perform hidden-surface removal (HSR) without requiring the application to sort polygons and without requiring the allocation of a depth buffer.
Public Property SupportsDepthBufferTest Gets a value indicating whether the device can perform depth-test operations.
Public Property SupportsDepthFog Gets a value indicating whether the device supports depth-based fog.
Public Property SupportsFogRange Gets a value indicating whether the device supports range-based fog.
Public Property SupportsFogTable Gets a value indicating whether the device calculates the fog value by referring to a lookup table containing fog values that are indexed to the depth of a given pixel.
Public Property SupportsFogVertex Gets a value indicating whether the device calculates the fog value during the lighting operation and interpolates the fog value during rasterization.
Public Property SupportsMipMapLevelOfDetailBias Gets a value indicating whether the device supports level-of-detail bias adjustments.
Public Property SupportsMultisampleToggle Gets a value indicating whether the device supports toggling multisampling on and off.
Public Property SupportsScissorTest Gets a value indicating whether the device supports scissor test.
Public Property SupportsSlopeScaleDepthBias Gets a value indicating whether the device performs true slope-scale based depth bias.
Public Property SupportsWFog Gets a value indicating whether the device supports w-based fog.

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.RasterCaps Structure
Microsoft.Xna.Framework.Graphics Namespace