Click or drag to resize

ProgramLinkStatus Property

Get the link status.

Namespace:  Ooogles
Assembly:  Ooogles (in Ooogles.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public bool LinkStatus { get; }

Property Value

Type: Boolean
True if the last link operation was successful. False otherwise.
Remarks
OpenGL API: glGetProgramiv(GL_LINK_STATUS)
See Also