milkey-mouse / planets

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

implement PartialEQ on QueueFamilies #10

Closed todo[bot] closed 5 years ago

todo[bot] commented 5 years ago

this could be done by q.id() && q.physical_device().id(). this is really a vulkano problem... actually, seems like many (most?) of these are missing Eq<> impl's


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


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

vulkano-rs/vulkano#1206

todo[bot] commented 5 years ago

This issue has been reopened because the // TODO: comment still exists in src/render/queues.rs, as of 41c1b8245f1dbcaa17665201bf995ee50559c7d4.


If this was not intentional, just remove the comment from your code. You can also set the reopenClosed config if you don't want this to happen at all anymore.