Original Post
Dear Community, I am using glIntercept to get a better understanding of what my application actually sends to the driver. It reports that the function wglGetPixelFormat generates the error GL_INVALID_OPERATION. The surprising thing is that there is no single call to this function made by my engine. Since the error occurs once per frame, I suppose it is triggered somewhere in the OS when switchting between the two buffers (I am using double buffering). However, this is merely an assumption. Has anyone encountered this problem, too and was possibly able to solve it? Any hints are welcome and I am glad to share more details that could lead to a solution. Best regards Calli