Replies: 3 comments
-
Maybe the data of the image is still in gpu,it need be copied back to cpu。 |
Beta Was this translation helpful? Give feedback.
0 replies
-
Having the same issue, is this not possible with bevy ? |
Beta Was this translation helpful? Give feedback.
0 replies
-
Check out the bevy_image_export plugin. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Now that in Bevy 0.8 it's possible to render to a texture I was wondering if this could be used to generate screen captures (resolve #1207).
I've attempted this with following code. Unfortunately, it doesn't work and I always get an empty image.
What am I doing wrong?
Beta Was this translation helpful? Give feedback.
All reactions