Skip to content

API Reference / @gtkx/gl / getProgramPipelineInfoLog

Function: getProgramPipelineInfoLog()

getProgramPipelineInfoLog(pipeline): string

Defined in: overrides.d.ts:19

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

Parameters

pipeline

number

The name of the program pipeline object to query.

Returns

string

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

Released under the MPL-2.0 License.