Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

screenshot #53

Open
PSteinhaus opened this issue Sep 14, 2021 · 0 comments
Open

screenshot #53

PSteinhaus opened this issue Sep 14, 2021 · 0 comments
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@PSteinhaus
Copy link
Member

A screenshot function, similiar to the one in ggez should be relatively straightforward to implement.
My naive first guess:

  • call glFinish
  • copy the renderbuffer texture
  • create a new Image from that copy
  • return it
@PSteinhaus PSteinhaus added enhancement New feature or request help wanted Extra attention is needed good first issue Good for newcomers labels Sep 14, 2021
@PSteinhaus PSteinhaus removed the help wanted Extra attention is needed label Sep 23, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant