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

Core: OpenGL 3.0 Half Float Support #85

Open dwmkerr opened 9 years ago

dwmkerr commented 9 years ago

OpenGL 3.0 supports half-float (16-bit) vertex array and pixel data formats, in theory in the form of NV_half_float and EXT_half_float_pixel. However, documentation on this extensions is sparse.

We need to revisit this functionality and decide how it should be implemented in the SharpGL core.