KhronosGroup / KhronosGroup/Vulkan-ExtensionLayer
noop timeline semaphore when implementation has support
Open
Nobody has claimed this yet.
- Dominant language
- C
- Stars
- 172
- Forks
- 57
- Avg merge
- 59m
- Merged PRs (30d)
- 5
Description
We should check the status of the extension support in the underlying implementation and return the function pointers of the next layer if it's available.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
No file, test, or entry point is named. Start by locating the extension-layer dispatch code and the handling for timeline semaphores, then inspect how support in the underlying implementation is detected. Done means the layer exposes the next layer's function pointers when support exists, while preserving the current fallback behavior otherwise.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- c
- Domain
- computer-graphics
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100