vertexAttrib2f method

void vertexAttrib2f(
  1. GLuint index,
  2. GLfloat x,
  3. GLfloat y
)

Implementation

external void vertexAttrib2f(
  GLuint index,
  GLfloat x,
  GLfloat y,
);