record TGLAttrInfo

DescriptionHierarchyFieldsMethodsProperties

Unit

Declaration

type TGLAttrInfo = record

Description

Information about an attribute as returned by TGLProgram.GetAttributeInfo.

Overview

Fields

DataType: TGLAttrDataType;
Size: Integer;
Name: RawByteString;

Description

Fields

DataType: TGLAttrDataType;

The data type of the attribute variable.

Size: Integer;

The size of the attribute variable, in units of type DataType.

Name: RawByteString;

The name of the attribute variable.


Generated by PasDocEx, based on PasDoc 0.14.0.