rlSetMatrixProjection method
Set a custom projection matrix (replaces internal projection matrix)
Implementation
void rlSetMatrixProjection(
MatrixD proj,
) => run(
() => _debugLabels.rlSetMatrixProjection(proj),
() => _flat.rlSetMatrixProjection(
proj,
),
);