QOpenGLFunctions missing important OpenGL functions
问题 QOpenGLFunctions seems to be missing important functions such as glInvalidateFramebuffer and glMapBuffer. From what I understand QOpenGLFunctions loads the intersection of both desktop OpenGL functions and ES functions. If that's the case, why aren't these two functions present? From what I can tell glMapBuffer is in both. Am I misunderstanding QOpenGLFunctions, or are they actually missing functions(unlikely)? 回答1: There are multiple reasons for those two cases and the one in the comment: 1)