Class TBGLElementArray
Unit
Declaration
type TBGLElementArray = class(TBGLCustomElementArray)
Description
Array of elements indicated by their index
Hierarchy
- TBGLElementArray
Overview
Fields
FBuffer: GLuint; |
|
FElements: packed of GLuint; |
Methods
constructor Create(const AElements: array of integer); override; |
|
destructor Destroy; override; |
|
function GetCount: integer; override; |
|
procedure Draw(ACanvas: TBGLCustomCanvas; APrimitive: TOpenGLPrimitive; AAttributes: array of TAttributeVariable); override; |
Description
Fields
FBuffer: GLuint; |
|
This item has no description. |
FElements: packed of GLuint; |
|
This item has no description. |
Methods
constructor Create(const AElements: array of integer); override; |
|
This item has no description. |
destructor Destroy; override; |
|
This item has no description. |
function GetCount: integer; override; |
|
This item has no description. |
procedure Draw(ACanvas: TBGLCustomCanvas; APrimitive: TOpenGLPrimitive; AAttributes: array of TAttributeVariable); override; |
|
This item has no description. |