FMX.Types3D.TIndexBuffer
Delphi
TIndexBuffer = class(TPersistent)
C++
class PASCALIMPLEMENTATION TIndexBuffer : public System::Classes::TPersistent
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
class | public | FMX.Types3D.pas FMX.Types3D.hpp |
FMX.Types3D | FMX.Types3D |
Description
Represents an index buffer.
TIndexBuffer, along with TVertexBuffer, is used in the process of drawing triangles.
TIndexBuffer represents a buffer containing indices that describe the order of rendering for the vertices of a TVertexBuffer.