Tuesday, 10 September 2013

c# check if there's opengl

c# check if there's opengl

I'm trying to check if there's opengl in pc with c#, but didn't found any
simple solution for now. I'm looking the simpliest and the best way to do
that, something like:
if ( exists_OpenGL ) MessageBox.Show( "yeah, go do your stuff..." );
So please, can anyone help me with a code, witch would be fast, and simply
enough ? Thank you!

No comments:

Post a Comment