glow icon indicating copy to clipboard operation
glow copied to clipboard

Go binding generator for OpenGL

Results 14 glow issues
Sort by recently updated
recently updated
newest added

go-gl/gl#159 clobbers go-gl/gl#141 and go-gl/gl#142 , so this is an attempt at a different fix from the `glow` side. @andydotxyz Can you check to see if vendoring works with this...

The OpenGL XML spec provides type annotations that we can use to create proper Go types, which allows the compiler to catch mistakes such as swapped or incorrect parameters: ```go...

Improves the ergonomics of using strings, in a backwards-compatible way. Fixes go-gl/gl#77

Makes it more convenient to look up documentation: ![1717825076](https://github.com/go-gl/glow/assets/103326468/182e2016-a50f-4cc2-8d44-0c413c368c13)