generated from JetBrains/intellij-platform-plugin-template
-
Notifications
You must be signed in to change notification settings - Fork 10
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
Comments
I'll see what I can do |
dparnell
added a commit
that referenced
this issue
Oct 25, 2024
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. |
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
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
The text was updated successfully, but these errors were encountered: