Class TBGLCustomArray
Unit
BGRACanvasGL
Declaration
type TBGLCustomArray = class(TObject)
Description
Abstract array for OpenGL
Hierarchy
Overview
Fields
Methods
 |
constructor Create(ABufferAddress: pointer; ACount: integer; ARecordSize: integer); virtual; abstract; |
 |
function GetCount: integer; virtual; abstract; |
 |
function GetRecordSize: integer; virtual; abstract; |
Properties
Description
Fields
 |
FBuffer: LongWord; |
This item has no description. |
Methods
 |
constructor Create(ABufferAddress: pointer; ACount: integer; ARecordSize: integer); virtual; abstract; |
This item has no description. |
 |
function GetCount: integer; virtual; abstract; |
This item has no description. |
 |
function GetRecordSize: integer; virtual; abstract; |
This item has no description. |
Properties
 |
property Count: integer read GetCount; |
This item has no description. |
 |
property Handle: LongWord read FBuffer; |
This item has no description. |
 |
property RecordSize: integer read GetRecordSize; |
This item has no description. |