Class TBGLElementArray

Unit

Declaration

type TBGLElementArray = class(TBGLCustomElementArray)

Description

Array of elements indicated by their index

Hierarchy

Overview

Fields

Protected FBuffer: GLuint;
Protected FElements: packed of GLuint;

Methods

Public constructor Create(const AElements: array of integer); override;
Public destructor Destroy; override;
Protected function GetCount: integer; override;
Public procedure Draw(ACanvas: TBGLCustomCanvas; APrimitive: TOpenGLPrimitive; AAttributes: array of TAttributeVariable); override;

Description

Fields

Protected FBuffer: GLuint;

This item has no description.

Protected FElements: packed of GLuint;

This item has no description.

Methods

Public constructor Create(const AElements: array of integer); override;

This item has no description.

Public destructor Destroy; override;

This item has no description.

Protected function GetCount: integer; override;

This item has no description.

Public procedure Draw(ACanvas: TBGLCustomCanvas; APrimitive: TOpenGLPrimitive; AAttributes: array of TAttributeVariable); override;

This item has no description.