FMX.Types3D.TVertexBuffer

From RAD Studio API Documentation

TVertexBufferSystem.Classes.TPersistentSystem.TObject

Delphi

TVertexBuffer = class(TPersistent)

C++

class PASCALIMPLEMENTATION TVertexBuffer : public System::Classes::TPersistent

Properties

Type Visibility Source Unit Parent
class public
FMX.Types3D.pas
FMX.Types3D.hpp
FMX.Types3D FMX.Types3D

Description

Represents a vertex buffer.

TVertexBuffer, along with TIndexBuffer, is used in the process of drawing triangles.

TVertexBuffer contains information about triangle vertices.

See Also