Replies: 1 comment
-
It is working (sorry to ask this question) |
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
-
Consider an application working fine with the following Render() function:
I understand the ScreenGrab idea is just to copy the back buffer index 0 to a CPU-readable Texture2D and then copy it to an array.
But the array ends up with all zeroes, so I must be missing something.
I check the array is empty with this:
Beta Was this translation helpful? Give feedback.
All reactions