FMX.Types3D.TVertexElement

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

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

C++

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

Properties

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

Description

Embarcadero Technologies does not currently have any additional information. Please help us document this topic by using the Discussion page!