Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

vkCreateGraphicsPipelines doesn't allow multiple pipelines #56

Closed
weedgirl69 opened this issue Jun 11, 2019 · 4 comments
Closed

vkCreateGraphicsPipelines doesn't allow multiple pipelines #56

weedgirl69 opened this issue Jun 11, 2019 · 4 comments

Comments

@weedgirl69
Copy link

see:

pPipelines = ffi.new('VkPipeline*')

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

@realitix
Copy link
Owner

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

@realitix
Copy link
Owner

Indeed good catch

@realitix
Copy link
Owner

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

@realitix
Copy link
Owner

The version 1.1.99.1 fixes it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants