|   |   |   | 
| VertexDeclaration.VertexDeclaration Constructor | Language: | 
Creates a new instance of the VertexDeclaration class.
Visual Basic Public Sub New( _ 
ByVal device As Device, _
ByVal vertexElements As GraphicsStream _
)C# public VertexDeclaration( 
Device device,
GraphicsStream vertexElements
);C++ public: 
VertexDeclaration(
Device^ device,
GraphicsStream^ vertexElements
);JScript public function VertexDeclaration( 
device : Device,
vertexElements : GraphicsStream
);
device Microsoft.DirectX.Direct3D.Device 
The Device object to associate with the VertexDeclaration.vertexElements Microsoft.DirectX.GraphicsStream 
A GraphicsStream object containing VertexElement flags that make up a vertex shader declaration.
Send comments about this topic to Microsoft. © Microsoft Corporation. All rights reserved.
        
          Feedback? Please provide us with your comments on this topic.
			
        
        
	   		For more help, visit the DirectX Developer Center