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

Improve command buffer #1900

Open
mwestphal opened this issue Jan 11, 2025 · 0 comments
Open

Improve command buffer #1900

mwestphal opened this issue Jan 11, 2025 · 0 comments

Comments

@mwestphal
Copy link
Contributor

Is your feature request related to a problem? Please describe.
https://github.com/f3d-app/f3d/pull/1899/files Introduces a command buffer that is required for console interaction.
This buffer is very simple and contains a single command. It may be better to improve it, make it contains multiple commands and rely on it for more usecases instead of running command synchronously.

Describe the solution you'd like

  • Add a proper (internal) API for the command buffer
  • Support multiple command (AddCommandBuffer, ClearCommandBuffer)
  • Use it everywhere it makes sense
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: No status
Development

No branches or pull requests

1 participant