![]() |
![]() |
![]() |
Device.VertexDeclaration Property |
Language: |
Retrieves or sets a vertex shader declaration.
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);
Microsoft.DirectX.Direct3D.VertexDeclaration . A VertexDeclaration object that contains the vertex shader declaration.
This property is read/write.
A vertex shader declaration is made up of an array of vertex elements.
Feedback? Please provide us with your comments on this topic.
For more help, visit the DirectX Developer Center