 | ProgramLinkStatus Property |
Get the link status.
Namespace:
Ooogles
Assembly:
Ooogles (in Ooogles.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic bool LinkStatus { get; }
Public ReadOnly Property LinkStatus As Boolean
Get
public:
property bool LinkStatus {
bool get ();
}
member LinkStatus : bool with get
Property Value
Type:
Boolean
True if the last link operation was successful. False otherwise.
RemarksOpenGL API: glGetProgramiv(GL_LINK_STATUS)
See Also