Skip to content
New issue

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

[shader-ast] Missing matrix types #439

Open
sylee957 opened this issue Dec 31, 2023 · 1 comment
Open

[shader-ast] Missing matrix types #439

sylee957 opened this issue Dec 31, 2023 · 1 comment

Comments

@sylee957
Copy link

sylee957 commented Dec 31, 2023

The matrix types are missing,
especially implementing the rectangular ones could be involved due to the shape checking, but could be useful.

mat2x2
mat2x3
mat2x4
mat3x2
mat3x3
mat3x4
mat4x2
mat4x3
mat4x4
@postspectacular
Copy link
Member

They're still missing since I've got limited bandwidth and not had any need for either of them so far (apart from mat2x3 which I thought would be there...) Happy to accept PRs, if you feel so inclined! 😉

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants