-
-
Notifications
You must be signed in to change notification settings - Fork 234
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
Is there any methods for drawing on intermediate buffers? #977
Labels
Comments
As far as I can tell there still isn't a way to do this. I'm surprised as it makes |
@bvssvni Awesome, thank you! |
Drawing to that buffer is quite slow but does work for this use-case. |
I also believe there is a way to read the framebuffer through OpenGL, but I haven't tried it. The framebuffer is a GL object similar to a texture. |
Closing. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Is there any API in Piston for drawing lines, simple figures and text on intermediate buffers?
I suppose it sould be solution for issues like that Vinatorul/minesweeper-rs#22
The text was updated successfully, but these errors were encountered: