Microsoft DirectX 9.0 SDK Update (October 2004)

RasterCaps Structure

Language:

Note: This documentation is preliminary and is subject to change.

Contains information about raster drawing capabilities.

Definition

Visual Basic .NET Public Structure RasterCaps
C# public struct RasterCaps
Managed C++ public __value struct RasterCaps
JScript .NET In JScript .NET, you can use structures, but you cannot define your own.

Members Table

Method Description
ToString Obtains a string representation of the current instance.
Property Description
SupportsAnisotropy Determines whether the device supports anisotropic filtering.
SupportsColorPerspective Determines whether the device iterates color perspective correctly.
SupportsDepthBias Determines whether the device supports legacy depth bias.
SupportsDither Determines whether the device supports dithering to improve color resolution.
SupportsFogRange Determines whether the device supports supports range-based fog.
SupportsFogTable Determines whether the device supports using a fog table.
SupportsFogVertex Determines whether the device supports vertex fog.
SupportsMipMapLevelOfDetailBias Determines whether the device supports level of detail (LOD) bias adjustments.
SupportsMultisampleToggle Determines whether the device supports toggling multisampling on and off between Device.BeginScene and Device.EndScene.
SupportsScissorTest Determines whether the device supports scissor testing.
SupportsSlopeScaleDepthBias Determines whether the device supports performing true slope scale-based depth bias.
SupportsWBuffer Determines whether the device supports depth buffering using the w-buffer (w-buffering).
SupportsWFog Determines whether the device supports w-based fog.
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.
SupportsZBufferTest Determines whether the device can perform z-test operations.
SupportsZFog Determines whether the device supports z-based fog.

Structure Information

Namespace Microsoft.DirectX.Direct3D
Assembly Microsoft.DirectX.Direct3D (microsoft.directx.direct3d.dll)
Strong Name Microsoft.DirectX.Direct3D,  Version=1.0.2902.0,  Culture=neutral,  PublicKeyToken=31bf3856ad364e35

© 2004 Microsoft Corporation. All rights reserved. Terms of use.

Feedback? Please provide us with your comments on this topic.
For more help, visit the DirectX Developer Center