hgl 0.0.1

pre-1.0 high level gl wrapper
docs.rs failed to build hgl-0.0.1
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.

hgl-rs - helpers for working with OpenGL.

hgl assumes GL 3.1 with GLSL 140. There are reexports for most types, but constants need to be scoped by the module name.

NOTE: The various bind methods will explicitly bind the object, but the other methods frequently bind themselves too! Be careful what you call if you expect something to be bound to stay bound. They do not restore the current binding before they return.