Beispiel #1
0
 @Override
 public void glVertexAttrib1f(int indx, float x) {
   gl.vertexAttrib1f(indx, x);
 }