You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
AddCommandBuffer
,ClearCommandBuffer
)The text was updated successfully, but these errors were encountered: