Sdílet prostřednictvím


GraphicsDeviceCapabilities.AddressCaps Members

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

Public Properties

Name Description
Public Property SupportsBorder Gets a value indicating whether the device supports the setting of coordinates outside the range [0.0, 1.0] to the border color.
Public Property SupportsClamp Gets a value indicating whether the device supports the clamping of textures to addresses.
Public Property SupportsIndependentUV Gets a value indicating whether the device can separate the texture-addressing modes of the texture's u and v coordinates.
Public Property SupportsMirror Gets a value indicating whether a device can mirror textures to addresses.
Public Property 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.
Public Property SupportsWrap Gets a value indicating whether a device can wrap textures to addresses.

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