Open ncthbrt opened 1 month ago
So in terms of proposals, we've had
mod
statements everywhere, which makes inline pathing just a special case. Rejected due to it interacting in inconvenient ways with projects that scatter their WESL code all around.And currently I believe we have
Does this cover everything, or did I forget any options? I'll happily write up a more concrete proposal for any of the options.
Is there a way to introduce inline pathing to the specification?
Bevy users have become used to this convenience and it'd be quite useful for generic modules, in which you could think of a submodule or submodule alias as a sort of associated type.