FMX.Types3D.GetVertexOffset

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

function GetVertexOffset(const APosition: TVertexFormat; const AFormat: TVertexFormats): Integer;

C++

extern DELPHI_PACKAGE int __fastcall GetVertexOffset(const TVertexFormat APosition, const TVertexFormats AFormat);

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
function public
FMX.Types3D.pas
FMX.Types3D.hpp
FMX.Types3D FMX.Types3D

Beschreibung

Gibt den Vertex-Offset gemäß dem Vertexformat zurück.

GetVertexOffset wird intern beim Instantiieren von TVertexBuffer-Objekten verwendet.

Siehe auch