GraphicsDeviceCapabilities.RasterCaps Members
The following tables list the members exposed by the GraphicsDeviceCapabilities.RasterCaps type.
Public Properties
Name | Description | |
---|---|---|
![]() |
SupportsAnisotropy | Gets a value indicating whether the device supports anisotropic filtering. |
![]() |
SupportsColorPerspective | Gets a value indicating whether the device iterates colors perspective correctly. |
![]() |
SupportsDepthBias | Gets a value indicating whether the device supports legacy depth bias. |
![]() |
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. |
![]() |
SupportsDepthBufferTest | Gets a value indicating whether the device can perform depth-test operations. |
![]() |
SupportsDepthFog | Gets a value indicating whether the device supports depth-based fog. |
![]() |
SupportsFogRange | Gets a value indicating whether the device supports range-based fog. |
![]() |
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. |
![]() |
SupportsFogVertex | Gets a value indicating whether the device calculates the fog value during the lighting operation and interpolates the fog value during rasterization. |
![]() |
SupportsMipMapLevelOfDetailBias | Gets a value indicating whether the device supports level-of-detail bias adjustments. |
![]() |
SupportsMultisampleToggle | Gets a value indicating whether the device supports toggling multisampling on and off. |
![]() |
SupportsScissorTest | Gets a value indicating whether the device supports scissor test. |
![]() |
SupportsSlopeScaleDepthBias | Gets a value indicating whether the device performs true slope-scale based depth bias. |
![]() |
SupportsWFog | Gets a value indicating whether the device supports w-based fog. |
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.RasterCaps Structure
Microsoft.Xna.Framework.Graphics Namespace