Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WGL_ACCELERATION_ARB should use enum WGL_FULL_ACCELERATION_ARB #37

Open
GoogleCodeExporter opened this issue Feb 17, 2016 · 0 comments
Open

Comments

@GoogleCodeExporter
Copy link

In the Ch13 code, the wglChoosePixelFormatARB attribute code is

        WGL_ACCELERATION_ARB,   1, // must be HW accelerated

but WGL_ACCELERATION_ARB's value should be one of the values 

        WGL_NO_ACCELERATION_ARB                 0x2025
        WGL_GENERIC_ACCELERATION_ARB            0x2026
        WGL_FULL_ACCELERATION_ARB               0x2027

This error causes the Ch13 examples to fail on an NVIDIA Quadro FX 
880M/PCI/SSE2 Quadro FX 880M/PCI/SSE2.

Original issue reported on code.google.com by [email protected] on 31 Aug 2011 at 7:30

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant