Hello,
I use OpenTK to develop an OpenGL based application for Windows. I use vertex buffer objects to upload vertex data. The problem is that the Intel driver graphics seems to have a bug because the OpenGL function: "GetBufferParameter" does not return the correct buffer size. I've already described my problem the OpenTK community, but they pointed me to this forum because they think its a driver bug.
The full problem can be found here: GetBufferParameter behaves strangely | OpenTK
I use Windows 7 and have a Intel® HD Graphics 3000. Driver is 9.17.10.3517
Help would be really appreciated.