GraphicsDeviceCapabilities.DriverCaps Members

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

Public Properties

Name Description
Public Property CanAutoGenerateMipMap Gets a value indicating whether the driver is capable of automatically generating mipmaps.
Public Property CanCalibrateGamma Gets a value indicating whether the system has a calibrator installed that can automatically adjust the gamma ramp.
Public Property CanManageResource Gets a value indicating whether the driver is capable of managing resources.
Public Property ReadScanLine Gets a value indicating whether the display hardware is capable of returning the current scan line.
Public Property SupportsAlphaFullScreenFlipOrDiscard Gets a value indicating whether the device can respect the AlphaBlendEnable render state in full-screen mode while using the FLIP or DISCARD swap effect.
Public Property SupportsCopyToSystemMemory Gets a value indicating whether the device can accelerate a memory copy from local video memory to system memory.
Public Property SupportsCopyToVideoMemory Gets a value indicating whether the device can accelerate a memory copy from system memory to local video memory.
Public Property SupportsDynamicTextures Gets a value indicating whether the driver supports dynamic textures.
Public Property SupportsFullScreenGamma Gets a value indicating whether the driver supports dynamic gamma ramp adjustment in full-screen mode.
Public Property SupportsLinearToSrgbPresentation Gets a value indicating whether the device can perform gamma correction from a windowed back buffer (containing linear content) to an sRGB desktop.

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