
GL.SupportsExtension ("VERSION_2_0") returns false, OpenGL Extension Viewer disagrees
Posted Thursday, 19 February, 2009 - 11:30 by bear inOpenGL Extension Viewer 3.0 reports that I have full OGL 2.0 support and the tests run fine but the OpenTK OGL version test returns false for 2.0.
Windows Vista Business
Intel integrated GMA4500MHD (latest drivers afaik)
.Net 3.5 SP1
Edit:
VERSION_1_5 also returns false, VERSION 1_1 returns true


Comments
Re: GL.SupportsExtension("VERSION_2_0") returns false, ...
Can you please post the output of:
This should give a hint as to what is going on.
Re: GL.SupportsExtension("VERSION_2_0") returns false, ...
it gives me: "2.0.0 - Build 7.15.10.1608"
Re: GL.SupportsExtension("VERSION_2_0") returns false, ...
This looks like a bug in OpenTK, then. I'll check this when I get back from work.
Re: GL.SupportsExtension ("VERSION_2_0") returns false, ...
since I forgot I'll just add that I'm using OpenTk 0.9.2
Re: GL.SupportsExtension ("VERSION_2_0") returns false, ...
Thanks, this was a bug introduced in 0.9.2 - fixed now.