-
Notifications
You must be signed in to change notification settings - Fork 231
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
VkQueue flags #627
Comments
No flags are required. Anyway there is only one flag Is this what you want to have documented? |
No, |
Ahh! Okay. I plan to make the change to the documentation shown below. Please review. I realized in investigating this that
|
@AnonN10 please review the proposed change today. I want to include this in the release that I want to build tomorrow at the latest. |
All good I think. Regarding shared images, if I understand correctly you mean |
In this case sharing means the image can be used with queues from multiple queue families which must be specified when the image is created. No sharing means the image can be used only with queues the family of the queue used to create the image. |
Bug fix: when creating the VkDevice in VulkanAppSDL use the family index of the suitable queue determined by VulkanSwapchain::initSurface. It was using index 0. Convert a few TODOs and XXXs to TODO: for proper parsing by Xcode's editor.
…roup#639) Bug fix: when creating the VkDevice in VulkanAppSDL use the family index of the suitable queue determined by VulkanSwapchain::initSurface. It was using index 0. Convert a few TODOs and XXXs to TODO: for proper parsing by Xcode's editor.
…roup#639) Bug fix: when creating the VkDevice in VulkanAppSDL use the family index of the suitable queue determined by VulkanSwapchain::initSurface. It was using index 0. Convert a few TODOs and XXXs to TODO: for proper parsing by Xcode's editor.
…roup#639) Bug fix: when creating the VkDevice in VulkanAppSDL use the family index of the suitable queue determined by VulkanSwapchain::initSurface. It was using index 0. Convert a few TODOs and XXXs to TODO: for proper parsing by Xcode's editor.
…roup#639) Bug fix: when creating the VkDevice in VulkanAppSDL use the family index of the suitable queue determined by VulkanSwapchain::initSurface. It was using index 0. Convert a few TODOs and XXXs to TODO: for proper parsing by Xcode's editor.
…roup#639) Bug fix: when creating the VkDevice in VulkanAppSDL use the family index of the suitable queue determined by VulkanSwapchain::initSurface. It was using index 0. Convert a few TODOs and XXXs to TODO: for proper parsing by Xcode's editor.
Please specify in the documentation which flags should a
VkQueue
passed toktxVulkanDeviceInfo_Construct
have.The text was updated successfully, but these errors were encountered: