record TGLUniformInfo

DescriptionHierarchyFieldsMethodsProperties

Unit

Declaration

type TGLUniformInfo = record

Description

Information about a uniform as returned by TGLProgram.GetUniformInfo.

Overview

Fields

DataType: TGLUniformDataType;
Size: Integer;
Name: RawByteString;

Description

Fields

DataType: TGLUniformDataType;

The data type of the uniform variable.

Size: Integer;

The size of the uniform variable. For arrays, this is the length of the array. Otherwise, the value is 1.

Name: RawByteString;

The name of the uniform variable.


Generated by PasDocEx, based on PasDoc 0.14.0.