MiscCaps Members
Provides a variety of driver primitive capabilities.
The following tables list the members exposed by the MiscCaps type.
Public Properties
Name | Description | |
---|---|---|
SupportsAlphaBlend | Specifies whether the device supports alpha blend operations. | |
SupportsAlphaComparison | Specifies whether the device supports alpha comparison operations. | |
SupportsColorWrite | Specifies whether the device supports per-channel writes for the render target color buffer. | |
SupportsCullClockwise | Specifies whether the driver supports clockwise triangle culling through CullMode of a RenderStateManager. | |
SupportsCullCounterClockwise | Specifies whether the driver supports counterclockwise triangle culling through CullMode of a RenderStateManager. | |
SupportsCullNone | Specifies whether the driver does not perform triangle culling. | |
SupportsTextureStageStateArgumentTemp | Specifies whether the device supports TextureArgument for temporary registers. |
Top
Public Methods
(see also Protected Methods )
Name | Description | |
---|---|---|
Equals | Overloaded. (inherited from ValueType) | |
GetHashCode | Returns the hash code for this instance. (inherited from ValueType) | |
GetType | Gets the Type of the current instance. (inherited from Object) | |
ReferenceEquals | Determines whether the specified Object instances are the same instance. (inherited from Object) | |
ToString | Returns a String that represents the current Object. (inherited from Object) |
Top
Protected Methods
Name | Description | |
---|---|---|
Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (inherited from Object) | |
MemberwiseClone | Creates a shallow copy of the current Object. (inherited from Object) |
Top
See Also
Reference
MiscCaps Structure
Microsoft.WindowsMobile.DirectX.Direct3D Namespace