vertexAttrib4f method

void vertexAttrib4f(
  1. int index,
  2. dynamic x,
  3. dynamic y,
  4. dynamic z,
  5. dynamic w,
)

Implementation

void vertexAttrib4f(
        int index,
        /* double | NaN */ dynamic x,
        /* double | NaN */ dynamic y,
        /* double | NaN */ dynamic z,
        /* double | NaN */ dynamic w) =>
    js_util.callMethod(this, 'vertexAttrib4f', [index, x, y, z, w]);