dwmkerr / sharpgl

Use OpenGL in .NET applications. SharpGL wraps all modern OpenGL features and offers a powerful scene graph to aid development.
MIT License
755 stars 299 forks source link

OpenGL 3.0 Extensions missing #81

Closed dwmkerr closed 9 years ago

dwmkerr commented 9 years ago

See #34. Half float constants missing at least, check all OpenGL 3.0 extensions.

Important: ARB_map_buffer_range must be implemented also.

dwmkerr commented 9 years ago

Done