
GraphicsContext question (solved)
Posted Monday, 20 June, 2011 - 19:45 by tksuoran inCan I somehow query if the current context is Core profile or compatibility profile and so on?
Edit: Yes, GL.GetInteger(GetPName.ContextFlags, out contextFlags); and GL.GetInteger((GetPName)(All.ContextProfileMask), out contextProfileMask); are useful. ContextProfileMask probably should be added to GetPName.


Comments
Re: GraphicsContext question (solved)
You are right, added issue #2558: Add GL_CONTEXT_PROFILE_MASK token to GetPName enum.