where is GL_MULTISAMPLE defined?
问题 Although I have been discouraged from reading the OpenGL redbook, I am still doing it, because it is the only book designed for beginners, and tutorials and/or documentation don't quite substitute for a book although very important. So much for justifying myself :) Now, there's an example for antialiasing using multisampling, which involved glEnable(GL_MULTISAMPLE); I am using Qt, and I get a compile error, because GL_MULTISAMPLE is an undeclared identifier. I currently see the following