Skip to content

API Reference / @gtkx/gl / getProgramInfoLog

Function: getProgramInfoLog()

getProgramInfoLog(program): string

Defined in: overrides.d.ts:13

Reads the info log for a program object, containing linking diagnostics.

Parameters

program

number

The name of the program object to query.

Returns

string

The program info log, or an empty string when none is available.

Released under the MPL-2.0 License.