Click or drag to resize

ProgramValidateStatus Property

Get the validate status.

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

Property Value

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