Error opengl without using opengl?
in
Core Library Questions
•
9 months ago
I use Processing: Version 2.0b7
I have always this error:
OpenGL error 1280 at bot beginDraw(): invalid enumerant
this is my simple code:
void setup() {
size(400, 300, P3D);
}
Can you help me please?
thank you.
I have always this error:
OpenGL error 1280 at bot beginDraw(): invalid enumerant
this is my simple code:
void setup() {
size(400, 300, P3D);
}
Can you help me please?
thank you.
1