ID3DX10Mesh::SetAdjacencyData method
Set the mesh's adjacency data.
Syntax
HRESULT SetAdjacencyData(
[in] const UINT *pAdjacency
);
Parameters
-
pAdjacency [in]
-
Type: const UINT*
The adjacency data to set.
Return value
Type: HRESULT
The return value is one of the values listed in Direct3D 10 Return Codes.
Requirements
Requirement | Value |
---|---|
Header |
|
Library |
|
See also