Closed andydotxyz closed 3 years ago
Now there is a KHR directory with just a .h file it is not included with go mod vendor. Perhaps it would be good to use the same dummy.go approach as the glfw package? https://github.com/go-gl/glfw/commit/0e1e096d867729ac33e788c5022eb5fdb5ddb3d3
go mod vendor
dummy.go
Now there is a KHR directory with just a .h file it is not included with
go mod vendor
. Perhaps it would be good to use the samedummy.go
approach as the glfw package? https://github.com/go-gl/glfw/commit/0e1e096d867729ac33e788c5022eb5fdb5ddb3d3