We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When building with the Nim-2.2.0 release the Uniform[T] types are not being implicitly converted to T.
Uniform[T]
T
examples/triangle.nim(17, 21) Error: type mismatch Expression: MVP * vec4(vPos.arr[0], vPos.arr[1], 0.0, 1.0) [1] MVP: Uniform[vmath.Mat4] [2] vec4(vPos.arr[0], vPos.arr[1], 0.0, 1.0): Vec4 Expected one of (first mismatch at [position]): [1] proc `*`[T](a: GMat4[T]; b: GVec4[T]): GVec4[T]
NixOS/nixpkgs#350913
The text was updated successfully, but these errors were encountered:
I need to look into this. I think I ran into this as well will probably have a fix soon.
Sorry, something went wrong.
nim-lang/Nim#24415
No branches or pull requests
When building with the Nim-2.2.0 release the
Uniform[T]
types are not being implicitly converted toT
.NixOS/nixpkgs#350913
The text was updated successfully, but these errors were encountered: