FMX.Types3D.TVertexElement

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

  TVertexElement = record
    Format: TVertexFormat;
    Offset: Integer;
  end;

C++

struct DECLSPEC_DRECORD TVertexElement
{
public:
    TVertexFormat Format;
    int Offset;
};

Propriétés

Type Visibilité  Source Unité  Parent
record
struct
public
FMX.Types3D.pas
FMX.Types3D.hpp
FMX.Types3D FMX.Types3D

Description

Embarcadero Technologies ne possède pas d'informations supplémentaires pour le moment. Veuillez nous aider à documenter cette rubrique en utilisant la page Discussion !