FMX.Types3D.TVertexBuffer.GetVertexDeclarations

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetVertexDeclarations: TVertexDeclaration;

C++

TVertexDeclaration __fastcall GetVertexDeclarations();

Properties

Type Visibility Source Unit Parent
function public
FMX.Types3D.pas
FMX.Types3D.hpp
FMX.Types3D TVertexBuffer

Description

Returns the vertex declaration data associated with this vertex buffer.

GetVertexDeclarations returns a TVertexDeclaration object that contains the declaration of elements in the TVertexBuffer.

See Also