realitix / vulkan

The ultimate Python binding for Vulkan API
Apache License 2.0
501 stars 46 forks source link

vkCreateGraphicsPipelines doesn't allow multiple pipelines #56

Closed weedgirl69 closed 5 years ago

weedgirl69 commented 5 years ago

see: https://github.com/realitix/vulkan/blob/07285387092aaa61d2d71fa2913d60a73f022cbe/vulkan/_vulkan.py#L5697

this should receive an output array, not an output pointer. compute pipelines too.

realitix commented 5 years ago

Hello @weedgirl69. Thanks for the report. I'm looking at it

realitix commented 5 years ago

Indeed good catch

realitix commented 5 years ago

I fixed in commit 8fc302d79987ffed92cb2de52f9e892e54c473f5. I will upload a new version on pypi soon.

realitix commented 5 years ago

The version 1.1.99.1 fixes it.