Variable GLProgram._uniformLocations

class GLProgram
{
  // ...
  int[string] _uniformLocations;
  // ...
}