Skip to content
Discussion options

You must be logged in to vote

The RenderWorld does have access to it and in fact it's the only place where they are accessible. The issue is most likely that you are calling the FromWorld impl in the plugin build() function. What you need to do is call it in the finish() function.

Since bevy 0.11 we now initialize the RenderDevice after the plugins are built to support webgpu.

https://bevyengine.org/learn/migration-guides/0.10-0.11/#webgpu-support

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@dragostis
Comment options

Answer selected by dragostis
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants