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