kvark / vange-rs

Rusty Vangers clone
https://vange.rs
Apache License 2.0
428 stars 21 forks source link

Refactor draw() to accept a queue #117

Open kvark opened 4 years ago

kvark commented 4 years ago

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.