Replies: 3 comments
-
@reczkok Thoughts? 🧠 |
Beta Was this translation helpful? Give feedback.
0 replies
-
Makes sense to me |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Since accessors are (at least currently) readonly, and the way to access the value within is to call them as a function, it would be nice to have a unified API in both WGSL strings and in TGSL.
The new behavior would require "calling" accessors in WGSL strings, even though the
()
after the accessor identifier will be erased.Beta Was this translation helpful? Give feedback.
All reactions