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

sync: Replace SyncOp factories with regular functions #9301

Merged

Conversation

artem-lunarg
Copy link
Contributor

This code was historically a bit hard to follow because of generic naming in factory classes (e.g. MakeApplyFunctor). Also editor navigation did not work because of templated types.

The code templated with factory class was hard read because of general
naming (e.g. MakeApplyFunctor) that was used to unite different
implementations. Also missing symbol navigation.
@ci-tester-lunarg
Copy link
Collaborator

CI Vulkan-ValidationLayers build queued with queue ID 354169.

@ci-tester-lunarg
Copy link
Collaborator

CI Vulkan-ValidationLayers build # 18838 running.

@artem-lunarg artem-lunarg marked this pull request as ready for review January 23, 2025 18:29
@artem-lunarg artem-lunarg requested a review from a team as a code owner January 23, 2025 18:29
@ci-tester-lunarg
Copy link
Collaborator

CI Vulkan-ValidationLayers build # 18838 passed.

@artem-lunarg artem-lunarg merged commit 1e57119 into KhronosGroup:main Jan 23, 2025
20 checks passed
@artem-lunarg artem-lunarg deleted the artem-sync-barrier-refactor branch January 23, 2025 18:50
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.

3 participants