Regarding WebGL2, shader #18805
-
Hello everyone, I am currently learning how to use Bevy's shader. I have read all the official examples and would like to ask where to find information if you want to continue learning Bevy's shader. Thank you very much! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
If you've already had a look at the examples, you still have some other places to look at linked in https://bevyengine.org/learn/quick-start/next-steps/ such as the API docs, the plugins, tutorials & games made by the Community and the unofficial bevy cheatbook. |
Beta Was this translation helpful? Give feedback.
If you've already had a look at the examples, you still have some other places to look at linked in https://bevyengine.org/learn/quick-start/next-steps/ such as the API docs, the plugins, tutorials & games made by the Community and the unofficial bevy cheatbook.
I would also advise to hop on the Bevy discord (https://bevyengine.org/community/). There are dedicated rendering & help discussion channels accessible to everyone.
There's also this more advanced WIP rendering synthesis that could be useful to understand a specific Bevy rendering keyword/concept: https://hackmd.io/@bevy/rendering_summary