![]() |
![]() |
![]() |
VertexInformation.GenerateDeclaration Method |
Language: |
Generates an output vertex declaration from the input declaration.
Visual Basic .NET Public Shared Function GenerateDeclaration( _
ByVal declarator() As VertexElement _
) As VertexElement()C# public static VertexElement[] GenerateDeclaration(
VertexElement[] declarator
);Managed C++ public: static VertexElement GenerateDeclaration(
VertexElement declarator __gc[]
) __gc[];JScript .NET public static function GenerateDeclaration(
declarator : VertexElement[]
) : VertexElement[];
declarator Microsoft.DirectX.Direct3D.VertexElement[]. Array of VertexElement structures that represent the input vertex declaration.
Microsoft.DirectX.Direct3D.VertexElement[]. Array of VertexElement structures that represent the output vertex declaration.
The output declaration is used by the mesh tessellation functions.
Exceptions
InvalidCallException The call is invalid.
Feedback? Please provide us with your comments on this topic.
For more help, visit the DirectX Developer Center