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.DeviceCaps type.
Public Properties
Name | Description | |
---|---|---|
![]() |
CanDrawSystemToNonLocal | Gets a value indicating whether the device supports blits from system-memory textures to non-local video-memory textures. |
![]() |
CanRenderAfterFlip | Gets a value indicating whether the device can queue rendering commands after a page flip. |
![]() |
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. |
![]() |
SupportsDrawPrimitives2 | Gets a value indicating whether the device can support at least a DirectX 5–compliant driver. |
![]() |
SupportsDrawPrimitives2Ex | Gets a value indicating whether the device can support at least a DirectX 7–compliant driver. |
![]() |
SupportsDrawPrimitivesTransformedVertex | Gets a value indicating whether the device exports a DrawPrimitives-aware hardware abstraction layer (HAL). |
![]() |
SupportsExecuteSystemMemory | Gets a value indicating whether the device can use execute buffers from video memory. |
![]() |
SupportsExecuteVideoMemory | Gets a value indicating whether the device can use execute buffers from video memory. |
![]() |
SupportsHardwareRasterization | Gets a value indicating whether the device has hardware acceleration for scene rasterization. |
![]() |
SupportsHardwareTransformAndLight | Gets a value indicating whether the device can support transformation and lighting in hardware. |
![]() |
SupportsSeparateTextureMemories | Gets a value indicating whether the device is texturing from separate memory pools. |
![]() |
SupportsStreamOffset | Gets a value indicating whether the device supports stream offsets. |
![]() |
SupportsTextureNonLocalVideoMemory | Gets a value indicating whether the device can retrieve textures from non-local video memory. |
![]() |
SupportsTextureSystemMemory | Gets a value indicating whether the device can retrieve textures from system memory. |
![]() |
SupportsTextureVideoMemory | Gets a value indicating whether the device can retrieve textures from device memory. |
![]() |
SupportsTransformedVertexSystemMemory | Gets a value indicating whether the device can use buffers from system memory for transformed and lit vertices. |
![]() |
SupportsTransformedVertexVideoMemory | Gets a value indicating whether the device can use buffers from video memory for transformed and lit vertices. |
![]() |
VertexElementScanSharesStreamOffset | Gets a value indicating whether the device allows multiple vertex elements to share the same offset in a stream. |
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.DeviceCaps Structure
Microsoft.Xna.Framework.Graphics Namespace