Skip to content

Latest commit

 

History

History
80 lines (48 loc) · 1.34 KB

id3dx10mesh-getattributebuffer.md

File metadata and controls

80 lines (48 loc) · 1.34 KB
description ms.assetid title ms.topic ms.date topic_type api_name api_type api_location
Access the mesh's attribute buffer.
01ebb592-1e0d-4d93-b3f5-ad5f1e0225d0
ID3DX10Mesh::GetAttributeBuffer method (D3DX10.h)
reference
05/31/2018
APIRef
kbSyntax
ID3DX10Mesh.GetAttributeBuffer
COM
D3DX10.lib
D3DX10.dll

ID3DX10Mesh::GetAttributeBuffer method

Access the mesh's attribute buffer.

Syntax

HRESULT GetAttributeBuffer(
  [out] ID3DX10MeshBuffer **ppAttributeBuffer
);

Parameters

ppAttributeBuffer [out]

Type: ID3DX10MeshBuffer**

The attribute buffer. See ID3DX10MeshBuffer.

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