Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The following tables list the members exposed by the GraphicsDeviceCapabilities.DriverCaps type.
Public Properties
Name | Description | |
---|---|---|
![]() |
CanAutoGenerateMipMap | Gets a value indicating whether the driver is capable of automatically generating mipmaps. |
![]() |
CanCalibrateGamma | Gets a value indicating whether the system has a calibrator installed that can automatically adjust the gamma ramp. |
![]() |
CanManageResource | Gets a value indicating whether the driver is capable of managing resources. |
![]() |
ReadScanLine | Gets a value indicating whether the display hardware is capable of returning the current scan line. |
![]() |
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. |
![]() |
SupportsCopyToSystemMemory | Gets a value indicating whether the device can accelerate a memory copy from local video memory to system memory. |
![]() |
SupportsCopyToVideoMemory | Gets a value indicating whether the device can accelerate a memory copy from system memory to local video memory. |
![]() |
SupportsDynamicTextures | Gets a value indicating whether the driver supports dynamic textures. |
![]() |
SupportsFullScreenGamma | Gets a value indicating whether the driver supports dynamic gamma ramp adjustment in full-screen mode. |
![]() |
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 | |
---|---|---|
![]() |
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.DriverCaps Structure
Microsoft.Xna.Framework.Graphics Namespace