vertexAttrib1f method Null safety

void vertexAttrib1f(
  1. int indx,
  2. num x
)

Implementation

void vertexAttrib1f(int indx, num x) native;