AsBindGroup derive macro should link to the AsBindGroup trait documentation #16955
Labels
A-Rendering
Drawing game state to the screen
C-Docs
An addition or correction to our documentation
D-Trivial
Nice and easy! A great choice to get started with Bevy
S-Ready-For-Implementation
This issue is ready for an implementation PR. Go for it!
The derive macro documentation is here.
Currently, the derive attributes (
#[uniform]
,#[texture_storage]
, etc) are well documented in the trait documentation. From the trait perspective, this makes sense, because the vast majority of users will never manually implement this trait, however it would make more sense to put this information in the derive macro documentation and link to it in the trait documentation.I think that's probably more effort than it's worth though, so instead I'm suggesting to just add a sentence to the macro documentation saying that there is much more detailed information available in the trait documentation (an a link to it).
The text was updated successfully, but these errors were encountered: