ID3DXBuffer::GetBufferSize method

Retrieves the total size of the data in the buffer.

Syntax

DWORD GetBufferSize();

Parameters

This method has no parameters.

Return value

Type: DWORD

Returns the total size of the data in the buffer, in bytes.

Requirements

Requirement Value
Header
D3DX9Mesh.h
Library
D3dx9.lib

See also

ID3DXBuffer