f3d icon indicating copy to clipboard operation
f3d copied to clipboard

Improve command buffer

Open mwestphal opened this issue 11 months ago • 0 comments

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

mwestphal avatar Jan 11 '25 07:01 mwestphal