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

Use Timeline Semaphores for synchronization. #24

Closed
crud89 opened this issue May 10, 2021 · 0 comments · Fixed by #59
Closed

Use Timeline Semaphores for synchronization. #24

crud89 opened this issue May 10, 2021 · 0 comments · Fixed by #59
Assignees
Labels
Module: Vulkan 🌋 The issue involves the Vulkan backend. Priority: Low A low priority issue. Type: Feature Request New feature or request. Type: Requirement An implementation is required before the next release.
Milestone

Comments

@crud89
Copy link
Owner

crud89 commented May 10, 2021

Timeline semaphores provide a more straightforward way to synchronization. They behave more like fences in DirectX and thus should allow us to get rid of the Vulkan-specific command buffer submit logic.

This should furthermore allow us to get rid of the semaphore-overload for present calls. 1

1 Unfortunately, timeline semaphores are not (yet?) supported in present commands (see question 7 in linked article).

@crud89 crud89 added Module: Vulkan 🌋 The issue involves the Vulkan backend. Type: Feature Request New feature or request. Priority: Low A low priority issue. labels May 10, 2021
@crud89 crud89 added this to the Alpha #02 milestone May 10, 2021
@crud89 crud89 removed this from the Alpha #02 milestone Jun 23, 2021
@crud89 crud89 added this to the Alpha #03 milestone Jul 6, 2021
@crud89 crud89 added Status: In Progress Type: Requirement An implementation is required before the next release. labels Jul 29, 2021
@crud89 crud89 self-assigned this Jul 29, 2021
@crud89 crud89 modified the milestones: Alpha #03, Alpha #02 Jul 29, 2021
@crud89 crud89 mentioned this issue Jul 29, 2021
5 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Module: Vulkan 🌋 The issue involves the Vulkan backend. Priority: Low A low priority issue. Type: Feature Request New feature or request. Type: Requirement An implementation is required before the next release.
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

1 participant