/// Enum of WebGL Bind Points.
///
/// Each bind point is a global bind point in WebGL that can have an
/// array bound to it.
/// Usage hint to tell WebGL how a buffer will be used.
///
/// These hints are non-binding; you can read/write from a
/// buffer as much as you like regardless of the hint. However,
/// a driver may use the hint to optimize memory layout.