Microsoft DirectX 9.0 SDK Update (October 2004)

Device.VertexDeclaration Property

Language:

Note: This documentation is preliminary and is subject to change.

Retrieves or sets a vertex shader declaration.

Definition

Visual Basic .NET Public Property VertexDeclaration As VertexDeclaration
C# public VertexDeclaration VertexDeclaration { get; set; }
Managed C++ public: __property VertexDeclaration* get_VertexDeclaration();
public: __property void set_VertexDeclaration(VertexDeclaration*);
JScript .NET public function get VertexDeclaration() : VertexDeclaration
public function set VertexDeclaration(VertexDeclaration);

Property Value

Microsoft.DirectX.Direct3D.VertexDeclaration . A VertexDeclaration object that contains the vertex shader declaration.

This property is read/write. 

Remarks

A vertex shader declaration is made up of an array of vertex elements.


© 2004 Microsoft Corporation. All rights reserved. Terms of use.

Feedback? Please provide us with your comments on this topic.
For more help, visit the DirectX Developer Center