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

Allow GPU generator to start on next view while waiting for previous one. #12

Open
Kneelawk opened this issue Nov 25, 2021 · 1 comment
Labels
enhancement New feature or request

Comments

@Kneelawk
Copy link
Owner

Currently the GPU-based fractal generator will submit a command buffer to render a fractal and then wait for it to complete before submitting the next command buffer. It would be nice if the GPU-based generator would submit a command buffer and immediately start working on the next one while waiting for the previous one to complete.

@Kneelawk
Copy link
Owner Author

There is one large issue with this though, that is that currently everything only uses one set of textures and buffers. In order for this to work properly, there would need to be multiple sets of textures and buffers, allowing the generator to work on one while the GPU was rendering to the other.

@Kneelawk Kneelawk added the enhancement New feature or request label Nov 25, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant