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

Remove pipeline cache code from swapchain recreation #349

Closed zakorgy closed 4 years ago

zakorgy commented 4 years ago

This is a follow up for #347. Since we don't have to recreate our programs after resize we don't need a pipeline cache for recreating them. It's sufficient to create the cache in Device::deinit.


This change is Reviewable