Fixed GetModesARB implementation
authorStefanos A. <stapostol@gmail.com>
Wed, 18 Dec 2013 13:16:49 +0000 (14:16 +0100)
committerStefanos A. <stapostol@gmail.com>
Wed, 18 Dec 2013 13:16:49 +0000 (14:16 +0100)
commita57b4c4270040c8d05b18eed562edc67e1d517db
tree8802dc3f1bb67bc42b667ec411d5fb6e78f7022a
parentfb93f2af936a2c7472fb706c942660d575a84167
Fixed GetModesARB implementation

The correct way to query number of available pixel formats is to use
Wgl.Arb.GetPixelFormatAttrib(NumberPixelFormatsArb), not
Wgl.Arb.ChoosePixelFormats. This fixes an issue where Intel drivers
would fail to report any pixel formats in GetModesARB, even when
WGL_ARB_pixel_format is supported.
Source/OpenTK/Platform/Windows/WinGraphicsMode.cs