Share via


Caps.VertexProcessingCaps Property

Gets a structure that contains supported vertex processing capabilities.

Namespace:  Microsoft.WindowsMobile.DirectX.Direct3D
Assembly:  Microsoft.WindowsMobile.DirectX (in Microsoft.WindowsMobile.DirectX.dll)

Syntax

'Declaration
Public ReadOnly Property VertexProcessingCaps As VertexProcessingCaps
'Usage
Dim instance As Caps 
Dim value As VertexProcessingCaps 

value = instance.VertexProcessingCaps
public VertexProcessingCaps VertexProcessingCaps { get; }
public:
property VertexProcessingCaps VertexProcessingCaps {
    VertexProcessingCaps get ();
}
public function get VertexProcessingCaps () : VertexProcessingCaps

Property Value

Type: Microsoft.WindowsMobile.DirectX.Direct3D.VertexProcessingCaps
A VertexProcessingCaps structure that contains the supported vertex processing capabilities.

Remarks

For a given physical device, this capability can vary across Device objects, depending on the parameters supplied to the Device constructor.

.NET Framework Security

Platforms

Windows CE, Windows Mobile for Smartphone, Windows Mobile for Pocket PC

The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.

Version Information

.NET Compact Framework

Supported in: 3.5, 2.0

See Also

Reference

Caps Structure

Caps Members

Microsoft.WindowsMobile.DirectX.Direct3D Namespace