You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
[email protected]
on 31 Aug 2011 at 7:30The text was updated successfully, but these errors were encountered: