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