Reputation: 10153
Could some explain it. This didn't helped me: http://www.khronos.org/opengles/documentation/opengles1_0/html/glEnable.html
Upvotes: 0
Views: 107
Reputation: 45948
As long as no valid GL enum has an actual value of 0 (which I really doubt), this will result in a GL_INVALID_ENUM
error and otherwise do nothing.
Upvotes: 3