RasterCaps Properties

Include Protected Members
Include Inherited Members

Include .NET Framework Members
Include .NET Compact Framework Members
Include XNA Framework Members

The RasterCaps type exposes the following members.

Properties

  Name Description
Public propertySupported by the .NET Compact Framework StretchBltMultisample Implements multisampling through a stretch blit from the back buffer to the front buffer.
Public propertySupported by the .NET Compact Framework SupportsAnisotropy Determines whether the device supports anisotropic filtering.
Public propertySupported by the .NET Compact Framework SupportsColorPerspective Determines whether the device interpolates color perspective correctly.
Public propertySupported by the .NET Compact Framework SupportsDepthBias Determines whether the device supports legacy depth bias.
Public propertySupported by the .NET Compact Framework SupportsDither Determines whether the device supports dithering to improve color resolution.
Public propertySupported by the .NET Compact Framework SupportsExp2Fog Supports the fog mode that is exponential to the square of the distance (EXP2).
Public propertySupported by the .NET Compact Framework SupportsExpFog Supports the exponential fog mode (EXP),
Public propertySupported by the .NET Compact Framework SupportsFogRange Determines whether the device supports range-based fog.
Public propertySupported by the .NET Compact Framework SupportsFogTable Determines whether the device supports using a fog table.
Public propertySupported by the .NET Compact Framework SupportsFogVertex Determines whether the device supports vertex fog.
Public propertySupported by the .NET Compact Framework SupportsMipMapLevelOfDetailBias Determines whether the device supports level of detail (LOD) bias adjustments.
Public propertySupported by the .NET Compact Framework SupportsSlopeScaleDepthBias Determines whether the device supports performing true slope scale-based depth bias.
Public propertySupported by the .NET Compact Framework SupportsWBuffer Determines whether the device supports depth buffering using the w-buffer.
Public propertySupported by the .NET Compact Framework SupportsWFog Determines whether the device supports w-based fog.
Public propertySupported by the .NET Compact Framework SupportsZBufferLessHsr Determines whether a device can perform hidden-surface removal (HSR) without requiring the application to sort polygons and without requiring a depth buffer to be allocated.
Public propertySupported by the .NET Compact Framework SupportsZFog Determines whether the device supports z-based fog.

Top

See Also

Reference

RasterCaps Structure

Microsoft.WindowsMobile.DirectX.Direct3D Namespace