Class TBGLArray

Unit

Declaration

type TBGLArray = class(TBGLCustomArray)

Description

Array in OpenGL

Hierarchy

Overview

Fields

Protected FBufferAddress: pointer;
Protected FCount: integer;
Protected FRecordSize: integer;

Methods

Public constructor Create(ABufferAddress: Pointer; ACount: integer; ARecordSize: integer); override;
Public destructor Destroy; override;
Protected function GetCount: integer; override;
Protected function GetRecordSize: integer; override;

Description

Fields

Protected FBufferAddress: pointer;

This item has no description.

Protected FCount: integer;

This item has no description.

Protected FRecordSize: integer;

This item has no description.

Methods

Public constructor Create(ABufferAddress: Pointer; ACount: integer; ARecordSize: 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.

Protected function GetRecordSize: integer; override;

This item has no description.