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

Support vec3f shorthand syntax #78

Open
aedm opened this issue Oct 23, 2024 · 3 comments
Open

Support vec3f shorthand syntax #78

aedm opened this issue Oct 23, 2024 · 3 comments

Comments

@aedm
Copy link

aedm commented Oct 23, 2024

Predeclared type aliases like vec3f aren't supported by the plugin. Only their canonical versions (eg. vec3<f32>) are recognized.

There's a list of predeclared type aliases in WGSL: https://www.w3.org/TR/WGSL/#vector-types

@dparnell
Copy link
Owner

I'll see what I can do

@dparnell
Copy link
Owner

This should be fixed in the 0.0.33 release. I have started the process for submitting to the Jetbrains store. It can take a couple of days for them to approve the new release. Let me know if this fixes your problem.

@dparnell
Copy link
Owner

The 0.0.33 plugin has been approved. Can you check the updated plugin does what you need and let me know :)

dparnell added a commit that referenced this issue Nov 16, 2024
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