D3DXFrameNumNamedMatrices function
Counts number of frames in a subtree that have non-null names.
Syntax
UINT D3DXFrameNumNamedMatrices(
_In_ const D3DXFRAME *pFrameRoot
);
Parameters
-
pFrameRoot [in]
-
Type: const D3DXFRAME*
Pointer to the root node of the subtree.
Return value
Type: UINT
Returns the frame count.
Requirements
Requirement | Value |
---|---|
Header |
|
Library |
|
See also