Conversation
… but refactored to follow the structure of the newly refactored proc macro crate.
… but refactored to follow the structure of the newly refactored proc macro crate.
a52cd57 to
7f9332f
Compare
7f9332f to
12e9835
Compare
12e9835 to
177f715
Compare
Sheldonfrith
left a comment
There was a problem hiding this comment.
Have reviewed commit 7deaf49, all good. Will proceed to next commit.
Sheldonfrith
left a comment
There was a problem hiding this comment.
Looking at all the source code changes everything looks good. I think if we could add a quick example to the examples which uses this new import functionality in order to confirm it runs as expected that would be best, probably just copy existing example code but move some of the shader code to a different module that we then import.
|
As mentioned above it would be ideal to have a new example in the examples directory which utilizes this new functionality. Feel free to copy an existing example, since the theoretically correct outputs for those have already been determined. And then just run |
Work in progress, but functional.
make a library module, make functions, static consts, and helper types public then use the module inside of your wgsl module.
Limitations:
In Progress:
::