setMatrix4 method

void setMatrix4(
  1. Matrix4 matrix4
)

Implementation

void setMatrix4(Matrix4 matrix4) {
  setFloats(matrix4.storage);
}