szeged / webrender

A GPU-based renderer for the web
https://doc.servo.org/webrender/
Mozilla Public License 2.0
45 stars 7 forks source link

Early return during texture to descriptor binding #314

Closed zakorgy closed 4 years ago

zakorgy commented 4 years ago

We don't end up calling write_descriptor_sets with an empty SmallVec.


This change is Reviewable