VertexShader.VertexShader Constructor
|
Language: |
Note: This documentation is preliminary and is subject to change.
Initializes a new instance of the VertexShader class.
Definition
Visual Basic .NET |
Public Sub New( _ ByVal device As Device, _ ByVal functionToken() As Integer _ ) |
C# |
public VertexShader( Device device, int[] functionToken ); |
Managed C++ |
public: VertexShader( Device *device, int functionToken __gc[] ); |
JScript .NET |
public function VertexShader( device : Device, functionToken : int[] ); |
Parameters
Remarks
© 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