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

Reworked upload. #595

Merged
merged 2 commits into from
Jul 23, 2023
Merged

Reworked upload. #595

merged 2 commits into from
Jul 23, 2023

Conversation

DragonJoker
Copy link
Owner

Fixes #588

…nd its children.

It allowed to remove all staging buffers, as castor3d::StagedUploadData will now hold them.
A GpuBufferPool is used to store those staging buffers.
Each frame uploads are gathered in a StagedUploadData (and data is copied to mapped buffers), then processed (commands are generated).
@DragonJoker DragonJoker merged commit 2295565 into development Jul 23, 2023
@DragonJoker DragonJoker deleted the rework_upload branch July 23, 2023 14:17
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.

Rework staging buffers and buffers upload.
1 participant