共用方式為


GraphicsDeviceCapabilities.DeviceCaps Members

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

Public Properties

Name Description
Public Property CanDrawSystemToNonLocal Gets a value indicating whether the device supports blits from system-memory textures to non-local video-memory textures.
Public Property CanRenderAfterFlip Gets a value indicating whether the device can queue rendering commands after a page flip.
Public Property IsDirect3D9Driver Gets a value indicating if the device supports copying the contents of a source rectangle to a destination rectangle using a texture as the source.
Public Property SupportsDrawPrimitives2 Gets a value indicating whether the device can support at least a DirectX 5–compliant driver.
Public Property SupportsDrawPrimitives2Ex Gets a value indicating whether the device can support at least a DirectX 7–compliant driver.
Public Property SupportsDrawPrimitivesTransformedVertex Gets a value indicating whether the device exports a DrawPrimitives-aware hardware abstraction layer (HAL).
Public Property SupportsExecuteSystemMemory Gets a value indicating whether the device can use execute buffers from video memory.
Public Property SupportsExecuteVideoMemory Gets a value indicating whether the device can use execute buffers from video memory.
Public Property SupportsHardwareRasterization Gets a value indicating whether the device has hardware acceleration for scene rasterization.
Public Property SupportsHardwareTransformAndLight Gets a value indicating whether the device can support transformation and lighting in hardware.
Public Property SupportsSeparateTextureMemories Gets a value indicating whether the device is texturing from separate memory pools.
Public Property SupportsStreamOffset Gets a value indicating whether the device supports stream offsets.
Public Property SupportsTextureNonLocalVideoMemory Gets a value indicating whether the device can retrieve textures from non-local video memory.
Public Property SupportsTextureSystemMemory Gets a value indicating whether the device can retrieve textures from system memory.
Public Property SupportsTextureVideoMemory Gets a value indicating whether the device can retrieve textures from device memory.
Public Property SupportsTransformedVertexSystemMemory Gets a value indicating whether the device can use buffers from system memory for transformed and lit vertices.
Public Property SupportsTransformedVertexVideoMemory Gets a value indicating whether the device can use buffers from video memory for transformed and lit vertices.
Public Property VertexElementScanSharesStreamOffset Gets a value indicating whether the device allows multiple vertex elements to share the same offset in a stream.

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