Class TBGLCustomArray

Unit

Declaration

type TBGLCustomArray = class(TObject)

Description

Abstract array for OpenGL

Hierarchy

Overview

Fields

Protected FBuffer: LongWord;

Methods

Public constructor Create(ABufferAddress: pointer; ACount: integer; ARecordSize: integer); virtual; abstract;
Protected function GetCount: integer; virtual; abstract;
Protected function GetRecordSize: integer; virtual; abstract;

Properties

Public property Count: integer read GetCount;
Public property Handle: LongWord read FBuffer;
Public property RecordSize: integer read GetRecordSize;

Description

Fields

Protected FBuffer: LongWord;

This item has no description.

Methods

Public constructor Create(ABufferAddress: pointer; ACount: integer; ARecordSize: integer); virtual; abstract;

This item has no description.

Protected function GetCount: integer; virtual; abstract;

This item has no description.

Protected function GetRecordSize: integer; virtual; abstract;

This item has no description.

Properties

Public property Count: integer read GetCount;

This item has no description.

Public property Handle: LongWord read FBuffer;

This item has no description.

Public property RecordSize: integer read GetRecordSize;

This item has no description.