FMX.Types3D.TMeshData.ChangeFormat

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure ChangeFormat(const ANewFormat: TVertexFormats);

C++

void __fastcall ChangeFormat(const TVertexFormats ANewFormat);

Properties

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

Description

Changes the format of the vertex buffer associated with the mesh.

ChangeFormat sets the format of the VertexBuffer to the value specified by the ANewFormat parameter.

See Also