Hey!
There is a Method:
GL.ProgramParameter(int program, Version32 pname, int value)
to access modern shader stuff ( GL > 3.2 ), right?
But the signature is a bit inconsistent. int value should be something like BeginMode32 , shouldn't it?
int value
BeginMode32