rlSetUniformMatrices method
String
rlSetUniformMatrices(
- num locIndex,
- List<
MatrixBase< matMatrixBase, Vector3Base, QuaternionBase, Vector4Base> >
Implementation
String rlSetUniformMatrices(
num locIndex,
List<MatrixBase> mat,
) => 'rlSetUniformMatrices($locIndex, mat: ${mat.length})';