vulkan-go / vulkan

Vulkan API bindings for Go programming language
MIT License
742 stars 55 forks source link

fix nil cgo values #26

Closed jclc closed 5 years ago

jclc commented 6 years ago

vk_null64.go defines cgo values as nil, which is against the spec as defined in https://tip.golang.org/doc/go1.10#cgo. Even though the package compiles, tools that parse Go sources such as stringer fail when encountering this error.