realitix/vulkan

vkCreateGraphicsPipelines doesn't allow multiple pipelines

weedgirl69 opened this issue · 4 comments

see:

pPipelines = ffi.new('VkPipeline*')

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

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

Indeed good catch

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

The version 1.1.99.1 fixes it.