go-vk icon indicating copy to clipboard operation
go-vk copied to clipboard

A Go binding around the Vulkan graphics and compute API.

Results 6 go-vk issues
Sort by recently updated
recently updated
newest added

Well, I am not expert to vulkan, but there is ebiten/purego project, which can dlopen C - shared library and call func without cgo, I think that would be nice...

Regenerated bindings from `vk.xml` version `1.3.242`, modified to compile on macOS 12.5. Pushed due to request in discussion bbredesen/vk-gen#37

Extending structures through pNext is very awkward right now, requiring the developer to set up the structure, call Vulkanize() on it, and then cast the result to unsafe.Pointer before assigning...

enhancement
priority:mid

The readme states that go-vk is untested on Linux, but it's currently not possible to use it at all: All surface extensions are missing. I can see that [vk-gen contains...

Sometimes creating a buffer with vkCreateBuffer returns a 0 handle, but no error. I would appreciate your thoughts and help as I've come up with a few workarounds, but the...