Skip to content

Latest commit

 

History

History
62 lines (39 loc) · 962 Bytes

id3dxpatchmesh--getnumvertices.md

File metadata and controls

62 lines (39 loc) · 962 Bytes
description ms.assetid title ms.topic ms.date topic_type api_name api_type api_location
Gets the number of vertices in the mesh.
968aaa7f-fa5a-4640-b438-e542c229abdc
ID3DXPatchMesh::GetNumVertices method (D3DX9Mesh.h)
reference
05/31/2018
APIRef
kbSyntax
ID3DXPatchMesh.GetNumVertices
COM
d3dx9.lib
d3dx9.dll

ID3DXPatchMesh::GetNumVertices method

Gets the number of vertices in the mesh.

Syntax

DWORD GetNumVertices();

Parameters

This method has no parameters.

Return value

Type: DWORD

The number of vertices.

Requirements

Requirement Value
Header
D3DX9Mesh.h
Library
D3dx9.lib

See also

ID3DXPatchMesh