Share via


GraphicsDeviceCapabilities.TextureCaps Members

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

Public Properties

Name Description
Public Property RequiresCubeMapPower2 Gets a value indicating whether the device requires that cube texture maps have dimensions specified as powers of two.
Public Property RequiresPower2 Gets a value indicating whether the device only supports textures that are powers of two.
Public Property RequiresSquareOnly Gets a value indicating whether the device requires all textures to be square.
Public Property RequiresVolumeMapPower2 Gets a value indicating whether the device requires that volume texture maps have dimensions specified as powers of two.
Public Property SupportsAlpha Gets a value indicating whether the device supports alpha in texture pixels.
Public Property SupportsCubeMap Gets a value indicating whether the device supports cube textures
Public Property SupportsMipCubeMap Gets a value indicating whether the device supports mipmapped cube textures.
Public Property SupportsMipMap Gets a value indicating whether the device supports mipmapped textures.
Public Property SupportsMipVolumeMap Gets a value indicating whether the device supports mipmapped volume textures.
Public Property SupportsNonPower2Conditional Gets a value indicating whether the device supports the use of 2D textures with dimensions that are not powers of two, under certain conditions.
Public Property SupportsNoProjectedBumpEnvironment Gets a value indicating whether the device does not support a projected bump-environment lookup operation in programmable and fixed-function shaders.
Public Property SupportsPerspective Gets a value indicating whether the device supports perspective correction texturing
Public Property SupportsProjected Gets a value indicating whether the device supports per pixel projective divide.
Public Property SupportsTextureRepeatNotScaledBySize Gets a value indicating whether the device does not scale texture indices by the texture size prior to interpolation.
Public Property SupportsVolumeMap Gets a value indicating whether the device supports volume textures.

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