Skip to content

Implement an abstract Fence type to expose waiting for command buffer completion.#1007

Draft
manon-traverse wants to merge 16 commits intollvm:mainfrom
Traverse-Research:render-backend-api-fence
Draft

Implement an abstract Fence type to expose waiting for command buffer completion.#1007
manon-traverse wants to merge 16 commits intollvm:mainfrom
Traverse-Research:render-backend-api-fence

Conversation

@manon-traverse
Copy link
Contributor

Based on #987, #976 and #1004

The Fence type is modeled around the DX12 Fence. The closest equivalent in Vulkan is a Timeline Semaphore. These are widely supported and included in Vulkan 1.2. Metal provides the same functionality through the SharedEvent type.

@damyanp
Copy link
Contributor

damyanp commented Mar 26, 2026

@manon-traverse - is this Ready for review?

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

Successfully merging this pull request may close these issues.

2 participants