SurfaceCaps Members
Include Protected Members
Include Inherited Members
Include .NET Framework Members
Include .NET Compact Framework Members
Include XNA Framework Members
Represents information about surface capabilities.
The SurfaceCaps type exposes the following members.
Methods
Name | Description | |
---|---|---|
Equals | Indicates whether this instance and a specified object are equal. (Inherited from ValueType.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Returns the hash code for this instance. (Inherited from ValueType.) | |
GetType | Gets the type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Top
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