veandco / go-sdl2

SDL2 binding for Go
https://godoc.org/github.com/veandco/go-sdl2
BSD 3-Clause "New" or "Revised" License
2.18k stars 219 forks source link

Vulkan functions not included in releases #425

Closed jclc closed 4 years ago

jclc commented 4 years ago

sdl/vulkan.go isn't included in any of the release tags, so the default module Go tries to use won't work if you want to work with Vulkan. This should probably be fixed for future releases.

veeableful commented 4 years ago

Hi @jclc, that's a very good point! I suppose I will push a v0.4.0 tag this weekend with the master branch once I have reviewed all the commits since v0.3.0 for the release write-up.

jclc commented 4 years ago

This seems to have been fixed.