Sdílet prostřednictvím


GraphicsDeviceCapabilities.CompareCaps Members

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

Public Properties

Name Description
Public Property SupportsAlways Gets a value indicating whether always passing the comparison test is supported.
Public Property SupportsEqual Gets a value indicating whether comparison tests in which the new value equals the current value are supported.
Public Property SupportsGreater Gets a value indicating whether comparison tests in which the new value is greater than the current value are supported.
Public Property SupportsGreaterEqual Gets a value indicating whether comparison tests in which the new value is greater than or equal to the current value are supported.
Public Property SupportsLess Gets a value indicating whether comparison tests in which the new value is less than the current value are supported.
Public Property SupportsLessEqual Gets a value indicating whether comparison tests in which the new value is less than or equal to the current value are supported.
Public Property SupportsNever Gets a value indicating whether never passing the comparison test is supported.
Public Property SupportsNotEqual Gets a value indicating whether comparison tests in which the new value does not equal the current value are supported.

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