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

Reorganize code of command buffer commands based on command type #1863

Merged
merged 1 commit into from
Mar 28, 2022

Conversation

Rua
Copy link
Contributor

@Rua Rua commented Mar 22, 2022

No changelog as the changes should not be user visible. This PR reorganizes the code for command buffer commands, so that they are grouped into modules based on the type of command. Code for all three "layers" of command buffer, Auto, Sync and Unsafe, is placed in the same module since they are really all a part of the implementation of the command. This groups related code together, and will prevent the modules for these three command buffer types from getting too long as more commands are added.

@Eliah-Lakhin Eliah-Lakhin merged commit 0fb99e9 into vulkano-rs:master Mar 28, 2022
@Rua Rua deleted the cb-reorg branch May 31, 2022 18:35
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