dwmkerr / sharpgl

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

Texture Sized Formats Incomplete #57

Closed chrispepper1989 closed 9 years ago

chrispepper1989 commented 9 years ago

I tried:

"OpenGL.GL_R32F"

And it was not available. Not urgent I just grabbed the direct value from: https://www.opengl.org/registry/api/GL/glext.h

dwmkerr commented 9 years ago

I'll have a look and see what I can do :)

dwmkerr commented 9 years ago

Resolved as part of 2.4, this release will be complete soon.