OpenGL

Importing OpenGL Extensions Functions with wglGetProcAddress

More than 14 years old

There are only a small set of the core OpenGL functions that can be imported via p/invoke - the majority of OpenGL functions are actually extension …
Read more

SharpGL 2.0: Hardware Acceleration

More than 14 years old

It took a bit of working out, but finally SharpGL can support hardware acceleration. Previously, all rendering in SharpGL was done to a DIB Section, …
Read more