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

Add missing ToWgslString impls for vecs #242

Merged
merged 1 commit into from
Nov 2, 2023
Merged

Add missing ToWgslString impls for vecs #242

merged 1 commit into from
Nov 2, 2023

Conversation

djeedai
Copy link
Owner

@djeedai djeedai commented Nov 2, 2023

Implement ToWgslString for the following vector types:

  • IVec2, IVec3, IVec4
  • UVec2, UVec3, UVec4
  • BVec2, BVec3, BVec4

Implement `ToWgslString` for the following vector types:
- `IVec2`, `IVec3`, `IVec4`
- `UVec2`, `UVec3`, `UVec4`
- `BVec2`, `BVec3`, `BVec4`
@djeedai djeedai added C - enhancement New feature or request A - expressions Change related to the Expression API labels Nov 2, 2023
@djeedai djeedai merged commit 78f76a0 into main Nov 2, 2023
13 checks passed
@djeedai djeedai deleted the u/vec-wgsl-string branch November 2, 2023 21:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A - expressions Change related to the Expression API C - enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant