Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Returns the number of elements in the vertex declaration.
Syntax
UINT D3DXGetDeclLength(
_In_ const D3DVERTEXELEMENT9 *pDecl
);
Parameters
-
pDecl [in]
-
Type: const D3DVERTEXELEMENT9*
A pointer to the vertex declaration. See D3DVERTEXELEMENT9.
Return value
Type: UINT
The number of elements in the vertex declaration.
Requirements
| Requirement | Value |
|---|---|
| Header |
|
| Library |
|
See also