vulkan-go / vulkan

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

VkCommandBufferBeginInfo has incorrect array type for pInheritanceInfo #40

Open celer opened 4 years ago

celer commented 4 years ago

Spec says pInheritanceInfo takes a single value, but it's specified as an array in vulkan-go

https://www.khronos.org/registry/vulkan/specs/1.1-extensions/man/html/VkCommandBufferBeginInfo.html

celer commented 4 years ago

Thank you for this repo, I created this repo off of it https://github.com/celer/vkg my goal is to get to a custom 3D editor (similar to OpenSCAD) for 3d printing.

xlab commented 4 years ago

Hi! I have some time next day to fix this. I'll also re-gen bindings against new headers.