 | ProgramCurrent Property |
Get the program that is currently active.
Namespace:
Ooogles
Assembly:
Ooogles (in Ooogles.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic static Program Current { get; }
Public Shared ReadOnly Property Current As Program
Get
public:
static property Program^ Current {
Program^ get ();
}
static member Current : Program with get
Property Value
Type:
Program
The currently active program or null if there is no program active.
RemarksOpenGL API: glGetProgramiv(GL_CURRENT_PROGRAM)
See Also