GraphicsDeviceCapabilities.CompareCaps Members
The following tables list the members exposed by the GraphicsDeviceCapabilities.CompareCaps type.
Public Properties
Name | Description | |
---|---|---|
SupportsAlways | Gets a value indicating whether always passing the comparison test is supported. | |
SupportsEqual | Gets a value indicating whether comparison tests in which the new value equals the current value are supported. | |
SupportsGreater | Gets a value indicating whether comparison tests in which the new value is greater than the current value are supported. | |
SupportsGreaterEqual | Gets a value indicating whether comparison tests in which the new value is greater than or equal to the current value are supported. | |
SupportsLess | Gets a value indicating whether comparison tests in which the new value is less than the current value are supported. | |
SupportsLessEqual | Gets a value indicating whether comparison tests in which the new value is less than or equal to the current value are supported. | |
SupportsNever | Gets a value indicating whether never passing the comparison test is supported. | |
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 | |
---|---|---|
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.CompareCaps Structure
Microsoft.Xna.Framework.Graphics Namespace