You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I had this simple piece of wgsl code, but I noticed the VertexOutput aside from the first one is getting highlighted as @variable.wgsl instead of @type.wgsl.
Edit: it seems like the priority of @variable.wgsl overrides @function.call.wgsl and all others, which is causing the problem.
The text was updated successfully, but these errors were encountered:
williamhCode
changed the title
Wrong highlight priority for struct types
Wrong highlight priority for @variable.wgsl
May 20, 2023
I had this simple piece of wgsl code, but I noticed the
VertexOutput
aside from the first one is getting highlighted as@variable.wgsl
instead of@type.wgsl
.Edit: it seems like the priority of
@variable.wgsl
overrides@function.call.wgsl
and all others, which is causing the problem.The text was updated successfully, but these errors were encountered: