setMatrix4 method

void setMatrix4(
  1. String key,
  2. Matrix4 matrix
)

Set a Matrix4 at the given key on the buffer.

Implementation

void setMatrix4(String key, Matrix4 matrix) => _setValue(key, matrix.storage);