Ooogles
Units
Class Hierarchy
Classes, Interfaces, Objects and Records
Types
Variables
Constants
Functions and Procedures
Identifiers
License
Neslib.Ooogles
type TGLUniformInfo = record
Information about a uniform as returned by TGLProgram.GetUniformInfo.
DataType: TGLUniformDataType;
Size: Integer;
Name: RawByteString;
The data type of the uniform variable.
The size of the uniform variable. For arrays, this is the length of the array. Otherwise, the value is 1.
size
The name of the uniform variable.
name