Variable GLProgram.currentProgram

class GLProgram
{
  // ...
  uint currentProgram;
  // ...
}