SurfaceCaps Members
Represents information about surface capabilities.
The following tables list the members exposed by the SurfaceCaps type.
Public Properties
Name | Description | |
---|---|---|
SupportsLockDepthBuffer | Gets a value indicating whether the device supports a lockable depth buffer. | |
SupportsLockRenderTarget | Gets a value indicating whether the device supports a lockable render target. | |
SupportsLockTexture | Gets a value indicating whether the device supports a lockable texture. | |
SupportsManagedPool | Gets a value indicating whether the device supports the managed memory pool. | |
SupportsSysBackBuffer | Gets a value indicating whether the device supports a back buffer in the system memory pool. | |
SupportsSysDepthBuffer | Gets a value indicating whether the device supports a depth buffer in the system memory pool. | |
SupportsSysFrontBuffer | Gets a value indicating whether the device supports a front buffer in the system memory pool. | |
SupportsSysImageSurface | Gets a value indicating whether the device supports a image surface in the system memory pool. | |
SupportsSysIndexBuffer | Gets a value indicating whether the device supports a index buffer in the system memory pool. | |
SupportsSysTexture | Gets a value indicating whether the device supports a texture in the system memory pool. | |
SupportsSysVertexBuffer | Gets a value indicating whether the device supports a vertex buffer in the system memory pool. | |
SupportsVidBackBuffer | Gets a value indicating whether the device supports a back buffer in the video memory pool. | |
SupportsVidDepthBuffer | Gets a value indicating whether the device supports a depth buffer in the video memory pool. | |
SupportsVidFrontBuffer | Gets a value indicating whether the device supports a front buffer in the video memory pool. | |
SupportsVidImageSurface | Gets a value indicating whether the device supports an image in the video memory pool. | |
SupportsVidIndexBuffer | Gets a value indicating whether the device supports an index buffer in the video memory pool. | |
SupportsVidTexture | Gets a value indicating whether the device supports a texture in the video memory pool.. | |
SupportsVidVertexBuffer | Gets a value indicating whether the device supports a vertex buffer in the video memory pool.. |
Top
Public Methods
(see also Protected Methods )
Name | Description | |
---|---|---|
Equals | Overloaded. (Inherited from ValueType.) | |
GetHashCode | Returns the hash code for this instance. (Inherited from ValueType.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
ReferenceEquals | Determines whether the specified Object instances are the same instance. (Inherited from Object.) | |
ToString | Returns a String that represents the current Object. (Inherited from Object.) |
Top
Protected Methods
Name | Description | |
---|---|---|
Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
Top
See Also
Reference
SurfaceCaps Structure
Microsoft.WindowsMobile.DirectX.Direct3D Namespace