Workaround for issue #4104#5881
Conversation
Conditional control of FBO layer, based on environment settings. Fixes processing#4104 .
|
Without this, my mac powerbooks cant use P2D or P3D. I applied this patch and magically solved the issue without noticeable side effects. Fwiw, here's a writeup of how I did that |
|
I am happy to know that it helped @commonpike . Thank you for sharing! |
|
We can't make use of |
Reflective access to GraphicsConfiguration for FBO layer control. Issue processing#4104.
…cs 3000 devices
|
Thanks for the fix, really appreciate it. I've incorporated a version of it over here: processing/processing4@269f626 for Processing 4.x. @codeanticode will want to fix it up later since there's already FBO enabled/disabled code in there, but at least we have the workaround for now. |
|
@benfry nice! |
|
This pull request has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Conditional control of FBO layer, based on environment settings.
Looking forward for feedback on any adjustment required.
More info:
Issue #4104
Comment explainig the patch