Caps Members
Include Protected Members
Include Inherited Members
Include .NET Framework Members
Include .NET Compact Framework Members
Include XNA Framework Members
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Represents the capabilities of the hardware exposed through the Direct3D object.
The Caps 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 attempt to free resources and perform other cleanup operations before the Object 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 | |
---|---|---|
AdapterOrdinal | Gets a number that represents the ordinal of the adapter on which the Device was created. | |
AlphaCompareCaps | Gets all alpha-test comparison capabilities. | |
BlendOperationCaps | Gets all blend operation capabilities. | |
DestinationBlendCaps | Gets an object that indicates a device's destination blending capabilities. | |
DeviceCaps | Gets device capabilities. | |
DeviceType | Gets the type of resources used for processing vertices. | |
ExtentsAdjust | Gets the number of pixels to adjust the extents rectangle outward to accommodate anti-aliasing kernels. | |
GuardBandBottom | The screen-space coordinate of the bottom guard band clipping region. | |
GuardBandLeft | The screen-space coordinate of the left guard band clipping region. | |
GuardBandRight | The screen-space coordinate of the right guard-band clipping region. | |
GuardBandTop | The screen-space coordinate of the top guard-band clipping region. | |
LineCaps | Gets an object that defines the capabilities for line-drawing primitives. | |
MaxActiveLights | Gets the maximum number of lights that can be active simultaneously. | |
MaxAnisotropy | Gets the maximum valid value for anisotropic filtering. | |
MaxBackBuffer | Gets the maximum number of supported back buffers. | |
MaxPrimitiveCount | Gets the maximum number of primitives for each DrawPrimitives call. | |
MaxSimultaneousTextures | Gets the maximum number of textures that can simultaneously be bound to the texture-blending stages. | |
MaxTextureAspectRatio | Gets the maximum texture aspect ratio supported by the hardware. | |
MaxTextureBlendStages | Gets the maximum number of texture-blending stages supported. | |
MaxTextureHeight | Gets the maximum texture height for the current device. | |
MaxTextureRepeat | Gets the maximum range of the integer bits for post-normalized texture coordinates. | |
MaxTextureWidth | Gets the maximum texture width for the current device. | |
MaxVertexIndex | Gets the maximum size of indices supported for hardware vertex processing. | |
MaxVertexW | Gets the maximum w-based depth value that a device supports. | |
PresentationIntervals | Gets a set of values that represent the available presentation swap intervals. | |
PrimitiveMiscCaps | Gets miscellaneous driver primitive capabilities. | |
RasterCaps | Gets information about raster drawing capabilities. | |
ShadeCaps | Gets shading operation capabilities. | |
SourceBlendCaps | Gets the source-blending capabilities. | |
StencilCaps | Gets the supported stencil buffer operations. | |
StencilComparisonCaps | Gets the supported stencil buffer comparison operations. | |
StretchRectangleFilterCaps | Gets a structure that describes the operations supported by the StretchRectangle method of a Device. | |
SurfaceCaps | Gets the surface capabilities. | |
TextureAddressCaps | Gets a structure that contains texture-addressing capabilities for Texture objects. | |
TextureCaps | Gets a structure that contains miscellaneous texture-mapping capabilities. | |
TextureFilterCaps | Gets a structure that contains texture-filtering capabilities for Texture objects. | |
TextureOperationCaps | Gets a structure that describes supported texture operations. | |
VertexProcessingCaps | Gets a structure that contains supported vertex processing capabilities. | |
ZCompareCaps | Gets a structure that contains the supported z-buffer comparison capabilities. |
Top