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

(Re)use the Descriptor sets more efficiently #234

Closed dati91 closed 5 years ago

dati91 commented 6 years ago

Currently we allocating a lot of descriptor sets in a pool, and DX12 does not like this very much. But without it we can run out of them easily. We should be more conservative with the allocation and reuse more of the sets.

kvark commented 6 years ago

uh, my #236 was late to the party? :)

dati91 commented 6 years ago

Sorry, I remembered that you would make an issue, but I didn't see any, so I decided to make one. It seems I wasn't patient enough. :) But #236 is more descriptive and this is just a subset of it. More urgent one.