-
Notifications
You must be signed in to change notification settings - Fork 33
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
Invalid call of undeclared identifier 'texture2DRect' #27
Comments
Unfortunately there's no core-profile support yet, see #25
|
closing as dup #25 |
Just out of interest, the cause of this particular error is a bug in Processing processing/processing#4810 I'm sure that isn't the only issue with core-profile support 😄 Although I had read something that would suggest a client might work? |
FWIW - my students were perplexed by why the suggested line above by bangnoise is wrong. There is a typo, and it should read:
Hope this helps others. |
Core Profile support is here now - that line is no longer required. Update/install the Syphon library from within Processing using the Contribution Manager (Sketch > Import Library... > Add Library...). |
Ah ok. Great - thanks. |
When I try to run this simple sketch with Processing 3.0.1, I always get this error message when trying to get the image. It doesn't matter if I use
getGraphics
orgetImage
.Sketch
Error Message
Am I doing something wrong or is it a bug?
The text was updated successfully, but these errors were encountered: