vertexAttrib1f method

void vertexAttrib1f(
  1. GLuint index,
  2. GLfloat x
)

Implementation

external void vertexAttrib1f(
  GLuint index,
  GLfloat x,
);