milkey-mouse / planets

A space game.
GNU General Public License v3.0
3 stars 1 forks source link

Statically verify all queue families are accounted for #23

Closed todo[bot] closed 5 years ago

todo[bot] commented 5 years ago

https://github.com/milkey-mouse/planets/blob/71d957a2893b87a0341a566c3ee399b2af3acb37/src/main.rs#L580-L585


This issue was generated by todo based on a // TODO: comment in 71d957a2893b87a0341a566c3ee399b2af3acb37. It's been assigned to @milkey-mouse because they committed the code.
milkey-mouse commented 5 years ago

I want to find some sort of way to statically verify I've accounted for all the items in queue_families or queues. Perhaps this can be accomplished with #4.