Replies: 1 comment
-
You could use your window position and size to determine the region of your frame buffer occupied by the window, copy the pixels to a buffer and write to a file but I'm not sure if this is what you are trying to do exactly. The details depend on what backend you are using. |
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.
-
I'm using zgui and would like to save a screenshot of a imgui window.
How can I achieve this?
Beta Was this translation helpful? Give feedback.
All reactions