public static void glEnableVertexArrayAttrib(int vaobj, int index) {
   GL45.glEnableVertexArrayAttrib(vaobj, index);
 }