**Which proposal does this relate to?** [[0035] - linalg](https://github.com/microsoft/hlsl-specs/blob/main/proposals/0035-linalg-matrix.md) **Describe the issue or outstanding question.** @tex3d commented here suggesting a second overload for `Convert`: https://github.com/microsoft/hlsl-specs/pull/819#discussion_r3012431669 We could also play with SFINAE inferring the `OriginTy` argument.
Which proposal does this relate to?
[0035] - linalg
Describe the issue or outstanding question.
@tex3d commented here suggesting a second overload for
Convert:#819 (comment)
We could also play with SFINAE inferring the
OriginTyargument.