-
PFD_SUPPORT_OPENGL vs WGL_SUPPORT_OPENGL_ARB
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() method returns the same pixel format supports OpenGL (WGL_SUPPORT_OPENGL_ARB=true)?
I find a suitable pixel format that supports openGL with wglChoosePixelFormatARB() function and when informed of their characteristics to the user by DescribePixelFormat() function, returns that does not support OpenGL.
is that correct?
Thanks.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules