GraphicsDeviceCapabilities.AddressCaps Members
The following tables list the members exposed by the GraphicsDeviceCapabilities.AddressCaps type.
Public Properties
Name | Description | |
---|---|---|
SupportsBorder | Gets a value indicating whether the device supports the setting of coordinates outside the range [0.0, 1.0] to the border color. | |
SupportsClamp | Gets a value indicating whether the device supports the clamping of textures to addresses. | |
SupportsIndependentUV | Gets a value indicating whether the device can separate the texture-addressing modes of the texture's u and v coordinates. | |
SupportsMirror | Gets a value indicating whether a device can mirror textures to addresses. | |
SupportsMirrorOnce | Gets a value indicating whether a device can take the absolute value of the texture coordinate (thus, mirroring around 0) and then clamp to the maximum value. | |
SupportsWrap | Gets a value indicating whether a device can wrap textures to addresses. |
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.AddressCaps Structure
Microsoft.Xna.Framework.Graphics Namespace