Click or drag to resize

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)
Syntax
public static Program Current { get; }

Property Value

Type: Program
The currently active program or null if there is no program active.
Remarks
OpenGL API: glGetProgramiv(GL_CURRENT_PROGRAM)
See Also