Ooogles
Units
Class Hierarchy
Classes, Interfaces, Objects and Records
Types
Variables
Constants
Functions and Procedures
Identifiers
License
Neslib.Ooogles
type TGLAttrInfo = record
Information about an attribute as returned by TGLProgram.GetAttributeInfo.
DataType: TGLAttrDataType;
Size: Integer;
Name: RawByteString;
The data type of the attribute variable.
The size of the attribute variable, in units of type DataType.
size
The name of the attribute variable.
name