asche
asche copied to clipboard
Vulkan API higher-level framework and utils for Go programming language
Hi, folks! I just want to report an issue... Commit: ```73347e6c7509e5438ce3231d1969bb07b7344114``` is causing **vulkan-go/demos/vulkancube** demo (tested on latest version) to display black viewport instead of the content. Reverting this commit...
Enabling VulkanDebug() causes a panic during registering the debug callback in `cgo`. ```shell $ go version go version go1.11.12 linux/amd64 ``` ```shell 2019/07/24 11:28:36 vulkan: enabling 0 instance extensions panic:...
First off some cross-platform issues drove me to Vulkan from my usual OpenGL and I'm just getting my big boy pants on here and diving into the vulkan API. Here's...