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

example.py: queueFamilyIndices appears undefined (line 283) and typo in line 281 #4

Closed
sunbearc22 opened this issue May 3, 2017 · 1 comment

Comments

@sunbearc22
Copy link

sunbearc22 commented May 3, 2017

In examply.py line, it writes
281 imageSharingMode = VK_SHARING_MODE_CONCURREN
283 pQueueFamilyIndices = queueFamilyIndices

Issues:

  1. There is a typo in 281, letter 'T" is missing: it should be VK_SHARING_MODE_CONCURRENT
  2. The term queueFamilyIndices appears to be undefined. I believe queueFamilyIndices = {queue_family_graphic_index, queue_family_present_index} should either appear in line 279 or 183.
@sunbearc22 sunbearc22 changed the title example.py: queueFamilyIndices appears to be undefined example.py: queueFamilyIndices appears undefined (line 283) and typo in line 281 May 3, 2017
@realitix
Copy link
Owner

realitix commented May 4, 2017

Thanks, it's fixed

@realitix realitix closed this as completed May 4, 2017
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