YAKOVM
YAKOVM

Reputation: 10153

glenable(0)-What does this mean?

Could some explain it. This didn't helped me: http://www.khronos.org/opengles/documentation/opengles1_0/html/glEnable.html

Upvotes: 0

Views: 107

Answers (1)

Christian Rau
Christian Rau

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

Related Questions