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
Currently, Application::draw() returns a command buffer to be submitted by the boilerplate.
Instead, we need to pass in a Queue to allow write_* operations to happen and let the app submit the work itself.
The text was updated successfully, but these errors were encountered:
Currently,
Application::draw()
returns a command buffer to be submitted by the boilerplate.Instead, we need to pass in a
Queue
to allowwrite_*
operations to happen and let the app submit the work itself.The text was updated successfully, but these errors were encountered: