gfx-rs / gfx-extras

DEPRECATED: Extra libraries to help working with gfx-hal
Mozilla Public License 2.0
21 stars 9 forks source link

[memory] fix unused chunk check for General allocator #8

Closed kvark closed 4 years ago

kvark commented 4 years ago

Addresses https://github.com/gfx-rs/wgpu/issues/548 There was a typo in the code...

kvark commented 4 years ago

CI is green, merging