go-gl / gl

Go bindings for OpenGL (generated via glow)
MIT License
1.08k stars 74 forks source link

Add dummy files so mod vendor includes the KHR headers #141

Closed andydotxyz closed 3 years ago

andydotxyz commented 3 years ago

File template is from the go-gl/glfw repository.

Fixes #140

errcw commented 3 years ago

Thanks!