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

Create render_pass once #294

Closed imiklos closed 5 years ago

imiklos commented 5 years ago

Create render_passes at the Device initialization and only pass the reference for the swapchain recreation, do not need to deinit and recreate.