This PR aims to expose the Version struct through a new Context::version.
Since parsing of glow::VERSION is already done internally, it would be great if this was exposed so that no further parsing would be needed (e.g to check if the current context supports instancing, etc).
This PR aims to expose the
Version
struct through a newContext::version
.Since parsing of
glow::VERSION
is already done internally, it would be great if this was exposed so that no further parsing would be needed (e.g to check if the current context supports instancing, etc).