vertexAttrib3f method

void vertexAttrib3f(
  1. GLuint index,
  2. GLfloat x,
  3. GLfloat y,
  4. GLfloat z,
)

Implementation

external void vertexAttrib3f(
  GLuint index,
  GLfloat x,
  GLfloat y,
  GLfloat z,
);