Variable GLProgram._attribIdLocations

class GLProgram
{
  // ...
  int[9] _attribIdLocations;
  // ...
}