Skip to content

Latest commit

 

History

History
76 lines (48 loc) · 1.24 KB

id3dx10mesh-setattributedata.md

File metadata and controls

76 lines (48 loc) · 1.24 KB
description ms.assetid title ms.topic ms.date topic_type api_name api_type api_location
Set the mesh's attribute data.
bcf7b1b3-b923-400a-8d12-5094f3844d8f
ID3DX10Mesh::SetAttributeData method (D3DX10.h)
reference
05/31/2018
APIRef
kbSyntax
ID3DX10Mesh.SetAttributeData
COM
D3DX10.lib
D3DX10.dll

ID3DX10Mesh::SetAttributeData method

Set the mesh's attribute data.

Syntax

HRESULT SetAttributeData(
  [in] const UINT *pData
);

Parameters

pData [in]

Type: const UINT*

The attribute 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
D3DX10.h
Library
D3DX10.lib

See also

ID3DX10Mesh

D3DX Interfaces