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

re_renderer temp & staging allocator for buffers #426

Closed
Wumpf opened this issue Dec 1, 2022 · 0 comments
Closed

re_renderer temp & staging allocator for buffers #426

Wumpf opened this issue Dec 1, 2022 · 0 comments
Labels
🔺 re_renderer affects re_renderer itself

Comments

@Wumpf
Copy link
Member

Wumpf commented Dec 1, 2022

there's an increasing amount of TODO notes in the re_renderer code that want some sort of frame-lived stack allocator for buffers as well as a staging belt for writing data. Given that we always know if something is long or frame lived we can do some pretty cool optimizations

On top of that this would prevent alignment issues we have with uniform buffers now occassionally, see e.g. 3dbc500

@Wumpf Wumpf added the 🔺 re_renderer affects re_renderer itself label Dec 1, 2022
@Wumpf Wumpf changed the title re_renderer temp & stating allocator for buffers re_renderer temp & staging allocator for buffers Dec 15, 2022
@Wumpf Wumpf closed this as completed Feb 23, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🔺 re_renderer affects re_renderer itself
Projects
None yet
Development

No branches or pull requests

1 participant