Yes, everything works perfectly.
The "problem" is the user was seeing on a dialog box that the program did not support OpenGL, when it was not true. And that confused me. Ignoring this detail,...
Type: Posts; User: CProc1
Yes, everything works perfectly.
The "problem" is the user was seeing on a dialog box that the program did not support OpenGL, when it was not true. And that confused me. Ignoring this detail,...
OK, but in this case, I select the pixel format number 34 returned by wglChoosePixelFormatARB() (I want a pixel format that supports multisample):
int iAttributes[] = {...
I understand that new features can not be understood by older methods.
But if both attributes have the same meaning (opengl support), why not return the same value?
Are you saying that these...
Hello.
Anyone know why the method DescribePixelFormat() returns the pixel format does not support OpenGL (PFD_SUPPORT_OPENGL=false) while the ARB extension through wglGetPixelFormatAttribivARB()...